Color names in this palette
CSS code for this palette
/* CSS */
.pompelmo {
color: #ff6b6b;
}
.yellow-petal {
color: #f7e64a;
}
.screen-glow {
color: #69f79f;
}
.olympic-blue {
color: #4b91e2;
}
.french-pink {
color: #ff6b9a;
}
/* CSS Variables */
:root {
--pompelmo:#ff6b6b;
--yellow-petal:#f7e64a;
--screen-glow:#69f79f;
--olympic-blue:#4b91e2;
--french-pink:#ff6b9a;
}