Color names in this palette
CSS code for this palette
/* CSS */
.dairy-made {
color: #f2b83a;
}
.sandy {
color: #f4d87b;
}
.storm-lightning {
color: #f6e69d;
}
.chefchaouen-blue {
color: #a2d4e6;
}
.blue-dart {
color: #4d8dd5;
}
/* CSS Variables */
:root {
--dairy-made:#f2b83a;
--sandy:#f4d87b;
--storm-lightning:#f6e69d;
--chefchaouen-blue:#a2d4e6;
--blue-dart:#4d8dd5;
}