Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c75c;
}
.pismo-dunes {
color: #f6d7a2;
}
.hanyauku {
color: #e4d7c8;
}
.periwinkle-bud {
color: #b3c4e0;
}
.winter-surf {
color: #7fb8b2;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c75c;
--pismo-dunes:#f6d7a2;
--hanyauku:#e4d7c8;
--periwinkle-bud:#b3c4e0;
--winter-surf:#7fb8b2;
}