Color names in this palette
CSS code for this palette
/* CSS */
.barely-butter {
color: #f6e7c1;
}
.light-ridge-light {
color: #c2d5e5;
}
.mont-blanc {
color: #9db7d8;
}
.cerulean-frost {
color: #6d9dc5;
}
.rainy-lake {
color: #3b6c91;
}
/* CSS Variables */
:root {
--barely-butter:#f6e7c1;
--light-ridge-light:#c2d5e5;
--mont-blanc:#9db7d8;
--cerulean-frost:#6d9dc5;
--rainy-lake:#3b6c91;
}