Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #9ed9e0;
}
.big-chill {
color: #7dc8e3;
}
.thalassophile {
color: #3fa6d9;
}
.christmas-blue {
color: #298ebc;
}
.bateau {
color: #1f6e98;
}
/* CSS Variables */
:root {
--terrace-pool:#9ed9e0;
--big-chill:#7dc8e3;
--thalassophile:#3fa6d9;
--christmas-blue:#298ebc;
--bateau:#1f6e98;
}