Color names in this palette
CSS code for this palette
/* CSS */
.rainy-lake {
color: #3b6c91;
}
.explorer-blue {
color: #5ca5b2;
}
.surf-wash {
color: #89cdc9;
}
.french-vanilla {
color: #f1e1a7;
}
.breeze-of-chilli {
color: #f26e6e;
}
/* CSS Variables */
:root {
--rainy-lake:#3b6c91;
--explorer-blue:#5ca5b2;
--surf-wash:#89cdc9;
--french-vanilla:#f1e1a7;
--breeze-of-chilli:#f26e6e;
}