Color names in this palette
CSS code for this palette
/* CSS */
.sugar-shack {
color: #f1d4b7;
}
.azalea-pink {
color: #f9c3c4;
}
.hanami-pink {
color: #f7b1e5;
}
.arctic-paradise {
color: #b7e3fa;
}
.big-chill {
color: #7dc8e3;
}
/* CSS Variables */
:root {
--sugar-shack:#f1d4b7;
--azalea-pink:#f9c3c4;
--hanami-pink:#f7b1e5;
--arctic-paradise:#b7e3fa;
--big-chill:#7dc8e3;
}