Color names in this palette
CSS code for this palette
/* CSS */
.blue-pearl {
color: #c5d9e2;
}
.candy-heart-pink {
color: #f6a4a2;
}
.mr-mustard {
color: #e4b858;
}
.techno-green {
color: #6eae56;
}
.question-mark-block {
color: #f09c47;
}
/* CSS Variables */
:root {
--blue-pearl:#c5d9e2;
--candy-heart-pink:#f6a4a2;
--mr-mustard:#e4b858;
--techno-green:#6eae56;
--question-mark-block:#f09c47;
}