Color names in this palette
CSS code for this palette
/* CSS */
.cyclamen-red {
color: #a65e8e;
}
.sweet-lilac {
color: #eab8d1;
}
.bad-moon-yellow {
color: #f1e5b6;
}
.pomelo-sugar {
color: #fde8e2;
}
.citrus-hill {
color: #f9a88b;
}
/* CSS Variables */
:root {
--cyclamen-red:#a65e8e;
--sweet-lilac:#eab8d1;
--bad-moon-yellow:#f1e5b6;
--pomelo-sugar:#fde8e2;
--citrus-hill:#f9a88b;
}