Color names in this palette
CSS code for this palette
/* CSS */
.azure-blue {
color: #4b93c3;
}
.malibu {
color: #6ab8e2;
}
.nevada-sky {
color: #a2d8e7;
}
.pearl-yellow {
color: #f2e2ba;
}
.poppy-glow {
color: #f28a4a;
}
/* CSS Variables */
:root {
--azure-blue:#4b93c3;
--malibu:#6ab8e2;
--nevada-sky:#a2d8e7;
--pearl-yellow:#f2e2ba;
--poppy-glow:#f28a4a;
}