Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a1d4e8;
}
.thredbo {
color: #6ec4d4;
}
.starflower-blue {
color: #4a9cb5;
}
.turkish-stone {
color: #2d7c8f;
}
.blue-coral {
color: #1c5c6d;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a1d4e8;
--thredbo:#6ec4d4;
--starflower-blue:#4a9cb5;
--turkish-stone:#2d7c8f;
--blue-coral:#1c5c6d;
}