Color names in this palette
CSS code for this palette
/* CSS */
.star-sapphire {
color: #3b6d9b;
}
.lake-lucerne {
color: #6b9db8;
}
.chefchaouen-blue {
color: #a3d1e6;
}
.almond-roca {
color: #f0e8e0;
}
.lively-coral {
color: #e17a7a;
}
/* CSS Variables */
:root {
--star-sapphire:#3b6d9b;
--lake-lucerne:#6b9db8;
--chefchaouen-blue:#a3d1e6;
--almond-roca:#f0e8e0;
--lively-coral:#e17a7a;
}