Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f3a0af;
}
.barley-white {
color: #f6e4b6;
}
.sorreno-lemon {
color: #f2d15a;
}
.aquastone {
color: #88c3b5;
}
.coastal-calm {
color: #508d95;
}
/* CSS Variables */
:root {
--sweet-60:#f3a0af;
--barley-white:#f6e4b6;
--sorreno-lemon:#f2d15a;
--aquastone:#88c3b5;
--coastal-calm:#508d95;
}