Color names in this palette
CSS code for this palette
/* CSS */
.clean-pool {
color: #4eb8e9;
}
.hawaiian-breeze {
color: #76c5e0;
}
.chefchaouen-blue {
color: #a4d3e5;
}
.light-pecan-pine {
color: #f1e8e4;
}
.young-apricot {
color: #fcd5b6;
}
/* CSS Variables */
:root {
--clean-pool:#4eb8e9;
--hawaiian-breeze:#76c5e0;
--chefchaouen-blue:#a4d3e5;
--light-pecan-pine:#f1e8e4;
--young-apricot:#fcd5b6;
}