Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.deep-fried-sun-rays {
color: #f5c55b;
}
.peach-patch {
color: #f2d7a1;
}
.tumbleweed {
color: #e1ab89;
}
.silk-ribbon {
color: #c56d8d;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--deep-fried-sun-rays:#f5c55b;
--peach-patch:#f2d7a1;
--tumbleweed:#e1ab89;
--silk-ribbon:#c56d8d;
}