Color names in this palette
CSS code for this palette
/* CSS */
.spa-dream {
color: #1c92c4;
}
.glassmith {
color: #4bb7c3;
}
.lake-reflection {
color: #9adada;
}
.cymophane-yellow {
color: #f2e3a6;
}
.shrimp-toast {
color: #f8c2a0;
}
/* CSS Variables */
:root {
--spa-dream:#1c92c4;
--glassmith:#4bb7c3;
--lake-reflection:#9adada;
--cymophane-yellow:#f2e3a6;
--shrimp-toast:#f8c2a0;
}