Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f7c3b6;
}
.storm-lightning {
color: #f9e59f;
}
.ocean-cruise {
color: #9ed5e0;
}
.maximum-blue-purple {
color: #b3a8e1;
}
.bubbelgum-heart {
color: #ffb8e0;
}
/* CSS Variables */
:root {
--apricot-obsession:#f7c3b6;
--storm-lightning:#f9e59f;
--ocean-cruise:#9ed5e0;
--maximum-blue-purple:#b3a8e1;
--bubbelgum-heart:#ffb8e0;
}