Color names in this palette
CSS code for this palette
/* CSS */
.tsarina {
color: #d3b1c4;
}
.rose-reminder {
color: #f4c3c6;
}
.hawaiian-cream {
color: #f9e6b9;
}
.azure-sky {
color: #b3e2f4;
}
.cactus-spike {
color: #c2e1a8;
}
/* CSS Variables */
:root {
--tsarina:#d3b1c4;
--rose-reminder:#f4c3c6;
--hawaiian-cream:#f9e6b9;
--azure-sky:#b3e2f4;
--cactus-spike:#c2e1a8;
}