Color names in this palette
CSS code for this palette
/* CSS */
.winter-time {
color: #3f8ea2;
}
.hygiene-green {
color: #5cb7b7;
}
.limpet-shell {
color: #8ee1d9;
}
.yippie-ya-yellow {
color: #f4f7a1;
}
.pressed-rose {
color: #f1a7a7;
}
/* CSS Variables */
:root {
--winter-time:#3f8ea2;
--hygiene-green:#5cb7b7;
--limpet-shell:#8ee1d9;
--yippie-ya-yellow:#f4f7a1;
--pressed-rose:#f1a7a7;
}