Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f2a6c4;
}
.rosecco {
color: #eab8e4;
}
.spring-wisteria {
color: #d5a3e0;
}
.crocus-petal {
color: #b79bc5;
}
.carnation-bouquet {
color: #f6c1d1;
}
/* CSS Variables */
:root {
--rose-mallow:#f2a6c4;
--rosecco:#eab8e4;
--spring-wisteria:#d5a3e0;
--crocus-petal:#b79bc5;
--carnation-bouquet:#f6c1d1;
}