Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c4e;
}
.red-pigment {
color: #f21c27;
}
.lizard-breath {
color: #eab934;
}
.submerged {
color: #4d7b80;
}
.rose-vale {
color: #aa505f;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c4e;
--red-pigment:#f21c27;
--lizard-breath:#eab934;
--submerged:#4d7b80;
--rose-vale:#aa505f;
}