Color names in this palette
CSS code for this palette
/* CSS */
.violettuce {
color: #891a50;
}
.pompelmo {
color: #ff6b6b;
}
.citrus-splash {
color: #ffc300;
}
.aloha {
color: #1abc9c;
}
.marine-wonder {
color: #1d7773;
}
/* CSS Variables */
:root {
--violettuce:#891a50;
--pompelmo:#ff6b6b;
--citrus-splash:#ffc300;
--aloha:#1abc9c;
--marine-wonder:#1d7773;
}