Color names in this palette
CSS code for this palette
/* CSS */
.blue-hepatica {
color: #6b5be6;
}
.pompelmo {
color: #ff6b6b;
}
.salmon-fresco {
color: #faaf9e;
}
.rite-of-spring {
color: #ffeba8;
}
.victorian-greenhouse {
color: #00b893;
}
/* CSS Variables */
:root {
--blue-hepatica:#6b5be6;
--pompelmo:#ff6b6b;
--salmon-fresco:#faaf9e;
--rite-of-spring:#ffeba8;
--victorian-greenhouse:#00b893;
}