Color names in this palette
CSS code for this palette
/* CSS */
.winter-time {
color: #3b8ea0;
}
.water-baby {
color: #5bb6c8;
}
.frangipane {
color: #f3d5b4;
}
.mellow-apricot {
color: #f9b67b;
}
.pink-pepper {
color: #ec5f70;
}
/* CSS Variables */
:root {
--winter-time:#3b8ea0;
--water-baby:#5bb6c8;
--frangipane:#f3d5b4;
--mellow-apricot:#f9b67b;
--pink-pepper:#ec5f70;
}