Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a3d2e6;
}
.bright-halo {
color: #ffd166;
}
.peach-bud {
color: #f9b3ae;
}
.semi-sweet-chocolate {
color: #6a4125;
}
.morning-s-egg {
color: #d9bf78;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a3d2e6;
--bright-halo:#ffd166;
--peach-bud:#f9b3ae;
--semi-sweet-chocolate:#6a4125;
--morning-s-egg:#d9bf78;
}