Color names in this palette
CSS code for this palette
/* CSS */
.dayflower {
color: #3c9ed3;
}
.clean-pool {
color: #4bb8e7;
}
.aquamarine-blue {
color: #6fdce2;
}
.overtone {
color: #a4dfb7;
}
.bone-white {
color: #f1e1b1;
}
/* CSS Variables */
:root {
--dayflower:#3c9ed3;
--clean-pool:#4bb8e7;
--aquamarine-blue:#6fdce2;
--overtone:#a4dfb7;
--bone-white:#f1e1b1;
}