Color names in this palette
CSS code for this palette
/* CSS */
.20000-leagues-under-the-sea {
color: #1d1a6b;
}
.beaded-blue {
color: #4b4c8b;
}
.soft-blue-lavender {
color: #8b8dbb;
}
.deadsy {
color: #c3a74b;
}
.christmas-orange {
color: #d96b26;
}
/* CSS Variables */
:root {
--20000-leagues-under-the-sea:#1d1a6b;
--beaded-blue:#4b4c8b;
--soft-blue-lavender:#8b8dbb;
--deadsy:#c3a74b;
--christmas-orange:#d96b26;
}