Color names in this palette
CSS code for this palette
/* CSS */
.frozen-blue {
color: #a6c4d9;
}
.stormy-pink {
color: #e4b5af;
}
.noodles {
color: #f9e3b4;
}
.welcoming-wasp {
color: #f0a800;
}
.sugar-rush {
color: #d6619c;
}
/* CSS Variables */
:root {
--frozen-blue:#a6c4d9;
--stormy-pink:#e4b5af;
--noodles:#f9e3b4;
--welcoming-wasp:#f0a800;
--sugar-rush:#d6619c;
}