Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1f3d5c;
}
.camarone {
color: #1e6b3d;
}
.acid-sleazebag {
color: #4fbf71;
}
.crystal-apple {
color: #cce7a2;
}
.flame-seal {
color: #f3e658;
}
/* CSS Variables */
:root {
--sir-edmund:#1f3d5c;
--camarone:#1e6b3d;
--acid-sleazebag:#4fbf71;
--crystal-apple:#cce7a2;
--flame-seal:#f3e658;
}