Color names in this palette
CSS code for this palette
/* CSS */
.baltic {
color: #1f9e9e;
}
.watercourse {
color: #5cc6d6;
}
.kul-sharif-blue {
color: #8ed5f5;
}
.creamy-sweet-corn {
color: #f5c24d;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--baltic:#1f9e9e;
--watercourse:#5cc6d6;
--kul-sharif-blue:#8ed5f5;
--creamy-sweet-corn:#f5c24d;
--pompelmo:#ff6b6b;
}