Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a3d3e6;
}
.regale-blue {
color: #7db7d4;
}
.dupain {
color: #5b9bbe;
}
.brittany-blue {
color: #4b7d8b;
}
.under-the-sea {
color: #395b65;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a3d3e6;
--regale-blue:#7db7d4;
--dupain:#5b9bbe;
--brittany-blue:#4b7d8b;
--under-the-sea:#395b65;
}