Color names in this palette
CSS code for this palette
/* CSS */
.adriatic-blue {
color: #5b8b9a;
}
.raindrop {
color: #9fc6c4;
}
.splashdown {
color: #d4e8d7;
}
.aspen-yellow {
color: #f9df9f;
}
.mandys-pink {
color: #f4b79f;
}
/* CSS Variables */
:root {
--adriatic-blue:#5b8b9a;
--raindrop:#9fc6c4;
--splashdown:#d4e8d7;
--aspen-yellow:#f9df9f;
--mandys-pink:#f4b79f;
}