Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #9edbe0;
}
.smooth-satin {
color: #a4d6d2;
}
.frosty-soft-blue {
color: #b2e0e0;
}
.venetian-yellow {
color: #f6e4a2;
}
.fiery-glow {
color: #f24e1c;
}
/* CSS Variables */
:root {
--terrace-pool:#9edbe0;
--smooth-satin:#a4d6d2;
--frosty-soft-blue:#b2e0e0;
--venetian-yellow:#f6e4a2;
--fiery-glow:#f24e1c;
}