Color names in this palette
CSS code for this palette
/* CSS */
.skylla {
color: #1e7bbe;
}
.carrot-orange {
color: #f48d1f;
}
.little-sun-dress {
color: #f9ca5d;
}
.deep-earth {
color: #4f4a4d;
}
.snap-shot {
color: #2b3d50;
}
/* CSS Variables */
:root {
--skylla:#1e7bbe;
--carrot-orange:#f48d1f;
--little-sun-dress:#f9ca5d;
--deep-earth:#4f4a4d;
--snap-shot:#2b3d50;
}