Color names in this palette
CSS code for this palette
/* CSS */
.caribbean-blue {
color: #1dbcd7;
}
.luminescent-blue {
color: #a2e0e7;
}
.lynx-white {
color: #f6f9f8;
}
.golden-glow {
color: #f9d57b;
}
.marigold {
color: #ffc105;
}
/* CSS Variables */
:root {
--caribbean-blue:#1dbcd7;
--luminescent-blue:#a2e0e7;
--lynx-white:#f6f9f8;
--golden-glow:#f9d57b;
--marigold:#ffc105;
}