Color names in this palette
CSS code for this palette
/* CSS */
.her-majesty {
color: #f7a1a5;
}
.scalloped-potatoes {
color: #f5d68a;
}
.deep-fried-sun-rays {
color: #f8c75d;
}
.oasis-spring {
color: #4aa1c9;
}
.celestial-blue {
color: #2c4e68;
}
/* CSS Variables */
:root {
--her-majesty:#f7a1a5;
--scalloped-potatoes:#f5d68a;
--deep-fried-sun-rays:#f8c75d;
--oasis-spring:#4aa1c9;
--celestial-blue:#2c4e68;
}