Color names in this palette
CSS code for this palette
/* CSS */
.newport-blue {
color: #1a93cb;
}
.bachelor-button {
color: #4cc2d6;
}
.ice-crystal-blue {
color: #a5e3df;
}
.antique-wicker-basket {
color: #f1d4a2;
}
.papaya {
color: #ff9a5c;
}
/* CSS Variables */
:root {
--newport-blue:#1a93cb;
--bachelor-button:#4cc2d6;
--ice-crystal-blue:#a5e3df;
--antique-wicker-basket:#f1d4a2;
--papaya:#ff9a5c;
}