Color names in this palette
CSS code for this palette
/* CSS */
.tiny-mr-frosty {
color: #b8d4e5;
}
.wave-splash {
color: #cae4e7;
}
.teal-treat {
color: #d8f3e3;
}
.white-sulfur {
color: #f0f8e8;
}
.prosecco {
color: #f9d6a4;
}
/* CSS Variables */
:root {
--tiny-mr-frosty:#b8d4e5;
--wave-splash:#cae4e7;
--teal-treat:#d8f3e3;
--white-sulfur:#f0f8e8;
--prosecco:#f9d6a4;
}