Color names in this palette
CSS code for this palette
/* CSS */
.bluster-blue {
color: #4a5b6d;
}
.hazy-daze {
color: #a6b8c5;
}
.icelandic {
color: #dae5ec;
}
.pink-marshmallow {
color: #f0b7d3;
}
.meat {
color: #f47b7b;
}
/* CSS Variables */
:root {
--bluster-blue:#4a5b6d;
--hazy-daze:#a6b8c5;
--icelandic:#dae5ec;
--pink-marshmallow:#f0b7d3;
--meat:#f47b7b;
}