Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.fulgrim-pink {
color: #f2b1d2;
}
.syrian-violet {
color: #e2c8e5;
}
.fountains-of-budapest {
color: #b7e0f0;
}
.clean-pool {
color: #4fc2e8;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--fulgrim-pink:#f2b1d2;
--syrian-violet:#e2c8e5;
--fountains-of-budapest:#b7e0f0;
--clean-pool:#4fc2e8;
}