Color names in this palette
CSS code for this palette
/* CSS */
.old-geranium {
color: #c3698c;
}
.rose-elegance {
color: #e8a1b7;
}
.lily-legs {
color: #f1c6d7;
}
.lazy-daisy {
color: #f6e8a2;
}
.mikado-yellow {
color: #ffc20a;
}
/* CSS Variables */
:root {
--old-geranium:#c3698c;
--rose-elegance:#e8a1b7;
--lily-legs:#f1c6d7;
--lazy-daisy:#f6e8a2;
--mikado-yellow:#ffc20a;
}