Color names in this palette
CSS code for this palette
/* CSS */
.cyclamen-red {
color: #a35c90;
}
.crocus-petal {
color: #b79bc5;
}
.misty-memories {
color: #e9c3d4;
}
.sun-dust {
color: #f5e2a3;
}
.goldfish {
color: #f3b05e;
}
/* CSS Variables */
:root {
--cyclamen-red:#a35c90;
--crocus-petal:#b79bc5;
--misty-memories:#e9c3d4;
--sun-dust:#f5e2a3;
--goldfish:#f3b05e;
}