Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b2;
}
.tequila {
color: #f3d2a5;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
.overtone {
color: #a6e3b4;
}
.sanctuary-spa {
color: #6eb1e7;
}
/* CSS Variables */
:root {
--princess:#f1a7b2;
--tequila:#f3d2a5;
--smooth-as-corn-silk:#f4e4b3;
--overtone:#a6e3b4;
--sanctuary-spa:#6eb1e7;
}