Color names in this palette
CSS code for this palette
/* CSS */
.veranda-blue {
color: #63b6b0;
}
.sinbad {
color: #a7d3d0;
}
.frosty-mint {
color: #e4f7f5;
}
.petals-unfolding {
color: #f4b8c4;
}
.unripe-strawberry {
color: #f78da7;
}
/* CSS Variables */
:root {
--veranda-blue:#63b6b0;
--sinbad:#a7d3d0;
--frosty-mint:#e4f7f5;
--petals-unfolding:#f4b8c4;
--unripe-strawberry:#f78da7;
}