Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a2bf;
}
.almond-cream {
color: #f4c19f;
}
.splash {
color: #f1d89d;
}
.white-chocolate {
color: #f0e2c7;
}
.fine-blue {
color: #b6e1e2;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a2bf;
--almond-cream:#f4c19f;
--splash:#f1d89d;
--white-chocolate:#f0e2c7;
--fine-blue:#b6e1e2;
}