Color names in this palette
CSS code for this palette
/* CSS */
.karimun-blue {
color: #1f8bef;
}
.freesia {
color: #f0c128;
}
.precious-persimmon {
color: #ff7142;
}
.french-fuchsia {
color: #ff3d94;
}
.magenta-affair {
color: #a44fd8;
}
/* CSS Variables */
:root {
--karimun-blue:#1f8bef;
--freesia:#f0c128;
--precious-persimmon:#ff7142;
--french-fuchsia:#ff3d94;
--magenta-affair:#a44fd8;
}