Color names in this palette
CSS code for this palette
/* CSS */
.bi-blue {
color: #5ca8ff;
}
.frozen-landscape {
color: #b3e4ff;
}
.rosy-maple-moth {
color: #ffc7f2;
}
.sugar-milk {
color: #fff7f5;
}
.peachy-summer-skies {
color: #ffd8a8;
}
/* CSS Variables */
:root {
--bi-blue:#5ca8ff;
--frozen-landscape:#b3e4ff;
--rosy-maple-moth:#ffc7f2;
--sugar-milk:#fff7f5;
--peachy-summer-skies:#ffd8a8;
}