Color names in this palette
CSS code for this palette
/* CSS */
.squash {
color: #f3ad16;
}
.deep-fried-sun-rays {
color: #f5c75b;
}
.durango-dust {
color: #f9e19f;
}
.white-strawberry {
color: #fce3b6;
}
.safety-yellow {
color: #f0d000;
}
/* CSS Variables */
:root {
--squash:#f3ad16;
--deep-fried-sun-rays:#f5c75b;
--durango-dust:#f9e19f;
--white-strawberry:#fce3b6;
--safety-yellow:#f0d000;
}