Color names in this palette
CSS code for this palette
/* CSS */
.orange-you-happy {
color: #ff7f24;
}
.exotic-flower {
color: #ffa04d;
}
.desert-dessert {
color: #ffbc6b;
}
.south-shore-sun {
color: #ffdb9e;
}
.peach-of-mind {
color: #ffe0b3;
}
/* CSS Variables */
:root {
--orange-you-happy:#ff7f24;
--exotic-flower:#ffa04d;
--desert-dessert:#ffbc6b;
--south-shore-sun:#ffdb9e;
--peach-of-mind:#ffe0b3;
}