Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #9ed9e0;
}
.mystic-tulip {
color: #f7b5a1;
}
.bone-white {
color: #f2e1b1;
}
.citrus-sachet {
color: #f1c7a7;
}
.snow-white-blush {
color: #f9aeae;
}
/* CSS Variables */
:root {
--terrace-pool:#9ed9e0;
--mystic-tulip:#f7b5a1;
--bone-white:#f2e1b1;
--citrus-sachet:#f1c7a7;
--snow-white-blush:#f9aeae;
}