Color names in this palette
CSS code for this palette
/* CSS */
.geyser-pool {
color: #aadae4;
}
.first-date {
color: #f4b69f;
}
.bone-white {
color: #f3e1af;
}
.downy-feather {
color: #fbad65;
}
.sprinkled-with-pink {
color: #e9a0b0;
}
/* CSS Variables */
:root {
--geyser-pool:#aadae4;
--first-date:#f4b69f;
--bone-white:#f3e1af;
--downy-feather:#fbad65;
--sprinkled-with-pink:#e9a0b0;
}