Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b4e6;
}
.deep-aquamarine {
color: #75dae1;
}
.blizzard-blue {
color: #a1e4ed;
}
.pink-marshmallow {
color: #f4b8d1;
}
.demure-pink {
color: #f8d2c4;
}
/* CSS Variables */
:root {
--blue-atoll:#00b4e6;
--deep-aquamarine:#75dae1;
--blizzard-blue:#a1e4ed;
--pink-marshmallow:#f4b8d1;
--demure-pink:#f8d2c4;
}