Color names in this palette
CSS code for this palette
/* CSS */
.frozen-whisper {
color: #8abfdb;
}
.new-heights {
color: #cfe7f2;
}
.squash-blossom {
color: #f6b83c;
}
.carrot-lava {
color: #f85725;
}
.daisy-bush {
color: #5c3f8d;
}
/* CSS Variables */
:root {
--frozen-whisper:#8abfdb;
--new-heights:#cfe7f2;
--squash-blossom:#f6b83c;
--carrot-lava:#f85725;
--daisy-bush:#5c3f8d;
}