Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-bay {
color: #5d9bd5;
}
.rainy-lake {
color: #3c6d90;
}
.rose-mallow {
color: #f1a7c7;
}
.carmine-rose {
color: #e65b8c;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-bay:#5d9bd5;
--rainy-lake:#3c6d90;
--rose-mallow:#f1a7c7;
--carmine-rose:#e65b8c;
}