Color names in this palette
CSS code for this palette
/* CSS */
.serene-setting {
color: #c4d4d9;
}
.ocean-eyes {
color: #a9c9d1;
}
.dolphin-blue {
color: #7da0a6;
}
.etcetera {
color: #e1c6d5;
}
.deviled-eggs {
color: #fdcc81;
}
/* CSS Variables */
:root {
--serene-setting:#c4d4d9;
--ocean-eyes:#a9c9d1;
--dolphin-blue:#7da0a6;
--etcetera:#e1c6d5;
--deviled-eggs:#fdcc81;
}