Color names in this palette
CSS code for this palette
/* CSS */
.deep-periwinkle {
color: #807dba;
}
.his-eyes {
color: #9ab9e0;
}
.blended-fruit {
color: #f9e2a4;
}
.calabrese {
color: #f1a8a2;
}
.mandarin-red {
color: #e14d3d;
}
/* CSS Variables */
:root {
--deep-periwinkle:#807dba;
--his-eyes:#9ab9e0;
--blended-fruit:#f9e2a4;
--calabrese:#f1a8a2;
--mandarin-red:#e14d3d;
}