Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c75c;
}
.mystic-tulip {
color: #f6b7a2;
}
.pekin-chicken {
color: #f5d1a8;
}
.rose-mallow {
color: #f1a7c5;
}
.barley-white {
color: #f6e4b6;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c75c;
--mystic-tulip:#f6b7a2;
--pekin-chicken:#f5d1a8;
--rose-mallow:#f1a7c5;
--barley-white:#f6e4b6;
}