Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.rogue-pink {
color: #f6a2bf;
}
.dwarven-peaches {
color: #ffa07a;
}
.forsythia-blossom {
color: #f9d66c;
}
.bathe-blue {
color: #c2e0e5;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--rogue-pink:#f6a2bf;
--dwarven-peaches:#ffa07a;
--forsythia-blossom:#f9d66c;
--bathe-blue:#c2e0e5;
}