Color names in this palette
CSS code for this palette
/* CSS */
.plum-blossom {
color: #f3a0a0;
}
.apricot-obsession {
color: #f7c6b6;
}
.may-sun {
color: #f9e9d2;
}
.terrace-pool {
color: #a1d6e2;
}
.cerulean-frost {
color: #6b9bc2;
}
/* CSS Variables */
:root {
--plum-blossom:#f3a0a0;
--apricot-obsession:#f7c6b6;
--may-sun:#f9e9d2;
--terrace-pool:#a1d6e2;
--cerulean-frost:#6b9bc2;
}