Color names in this palette
CSS code for this palette
/* CSS */
.pale-primrose {
color: #f0c7d4;
}
.tickled-pink {
color: #f2a6c1;
}
.posy-petal {
color: #f48a9a;
}
.breeze-of-chilli {
color: #f16c6a;
}
.opal-flame {
color: #e6594c;
}
/* CSS Variables */
:root {
--pale-primrose:#f0c7d4;
--tickled-pink:#f2a6c1;
--posy-petal:#f48a9a;
--breeze-of-chilli:#f16c6a;
--opal-flame:#e6594c;
}