Color names in this palette
CSS code for this palette
/* CSS */
.strawberry-buttercream {
color: #f7aff8;
}
.blush-hour {
color: #ff7092;
}
.nacho {
color: #ffcb5c;
}
.sour-candy {
color: #69af4b;
}
.azraq-blue {
color: #4b6abe;
}
/* CSS Variables */
:root {
--strawberry-buttercream:#f7aff8;
--blush-hour:#ff7092;
--nacho:#ffcb5c;
--sour-candy:#69af4b;
--azraq-blue:#4b6abe;
}