Color names in this palette
CSS code for this palette
/* CSS */
.wish {
color: #b6b8e2;
}
.island-light {
color: #a7c6e7;
}
.blue-chrysocolla {
color: #7ab9d1;
}
.riviera-paradise {
color: #00999e;
}
.by-the-bayou {
color: #007c8f;
}
/* CSS Variables */
:root {
--wish:#b6b8e2;
--island-light:#a7c6e7;
--blue-chrysocolla:#7ab9d1;
--riviera-paradise:#00999e;
--by-the-bayou:#007c8f;
}