Color names in this palette
CSS code for this palette
/* CSS */
.pressed-rose {
color: #f1a7a7;
}
.scalloped-oak {
color: #f1d1a2;
}
.limesicle {
color: #f1eac1;
}
.magic-mint {
color: #a2f1d1;
}
.blizzard-blue {
color: #a2e1f1;
}
/* CSS Variables */
:root {
--pressed-rose:#f1a7a7;
--scalloped-oak:#f1d1a2;
--limesicle:#f1eac1;
--magic-mint:#a2f1d1;
--blizzard-blue:#a2e1f1;
}