Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #9ed9e0;
}
.squash-blossom {
color: #f6b83c;
}
.pink-hydrangea {
color: #f9c0b9;
}
.roland-garros {
color: #b85828;
}
.luminescent-green {
color: #7b9b1c;
}
/* CSS Variables */
:root {
--terrace-pool:#9ed9e0;
--squash-blossom:#f6b83c;
--pink-hydrangea:#f9c0b9;
--roland-garros:#b85828;
--luminescent-green:#7b9b1c;
}