Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.maize {
color: #f4d04e;
}
.peaceful-pastures {
color: #94d6a9;
}
.high-blue {
color: #4ca3e1;
}
.coronation-blue {
color: #5e4c9a;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--maize:#f4d04e;
--peaceful-pastures:#94d6a9;
--high-blue:#4ca3e1;
--coronation-blue:#5e4c9a;
}