Color names in this palette
CSS code for this palette
/* CSS */
.baltic {
color: #1f9ca3;
}
.throat-chakra {
color: #6ed4d2;
}
.luminescent-blue {
color: #a2e0e7;
}
.tickled-pink {
color: #f3a5c2;
}
.golden-opportunity {
color: #f9c16c;
}
/* CSS Variables */
:root {
--baltic:#1f9ca3;
--throat-chakra:#6ed4d2;
--luminescent-blue:#a2e0e7;
--tickled-pink:#f3a5c2;
--golden-opportunity:#f9c16c;
}