Color names in this palette
CSS code for this palette
/* CSS */
.juzcar-blue {
color: #a1d4f2;
}
.lagoona-teal {
color: #77c6d4;
}
.serene-pink {
color: #f6c8b6;
}
.chat-orange {
color: #f99f3e;
}
.pink-pepper {
color: #e95d6b;
}
/* CSS Variables */
:root {
--juzcar-blue:#a1d4f2;
--lagoona-teal:#77c6d4;
--serene-pink:#f6c8b6;
--chat-orange:#f99f3e;
--pink-pepper:#e95d6b;
}