Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a4d3e5;
}
.squash-blossom {
color: #f6b83c;
}
.noodles {
color: #f8e3b4;
}
.refreshing-pool {
color: #b8e5e5;
}
.blue-click {
color: #a9d9ea;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a4d3e5;
--squash-blossom:#f6b83c;
--noodles:#f8e3b4;
--refreshing-pool:#b8e5e5;
--blue-click:#a9d9ea;
}