Color names in this palette
CSS code for this palette
/* CSS */
.gladiola {
color: #d94f3f;
}
.half-smoke {
color: #f08c51;
}
.butterfield {
color: #f6c25a;
}
.optimistic-yellow {
color: #f7e0a6;
}
.porcelain-tan {
color: #f9d8c3;
}
/* CSS Variables */
:root {
--gladiola:#d94f3f;
--half-smoke:#f08c51;
--butterfield:#f6c25a;
--optimistic-yellow:#f7e0a6;
--porcelain-tan:#f9d8c3;
}