Color names in this palette
CSS code for this palette
/* CSS */
.arcade-white {
color: #edece3;
}
.beautiful-dream {
color: #b4c6e4;
}
.cropper-blue {
color: #5c7a99;
}
.mandarin-red {
color: #e64b3d;
}
.chunky-bee {
color: #ffc94d;
}
/* CSS Variables */
:root {
--arcade-white:#edece3;
--beautiful-dream:#b4c6e4;
--cropper-blue:#5c7a99;
--mandarin-red:#e64b3d;
--chunky-bee:#ffc94d;
}