Color names in this palette
CSS code for this palette
/* CSS */
.blue-team-spirit {
color: #5a87a0;
}
.everlasting {
color: #a0c1d9;
}
.clear-vision {
color: #e5f2f5;
}
.golden-raspberry {
color: #f6d779;
}
.balinese-sunset {
color: #f19f79;
}
/* CSS Variables */
:root {
--blue-team-spirit:#5a87a0;
--everlasting:#a0c1d9;
--clear-vision:#e5f2f5;
--golden-raspberry:#f6d779;
--balinese-sunset:#f19f79;
}