Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.tequila {
color: #f5d1a3;
}
.loveable {
color: #f0c1c4;
}
.nevada-sky {
color: #a2dae6;
}
.sea-loch {
color: #6a9bd2;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--tequila:#f5d1a3;
--loveable:#f0c1c4;
--nevada-sky:#a2dae6;
--sea-loch:#6a9bd2;
}