Color names in this palette
CSS code for this palette
/* CSS */
.azraq-blue {
color: #4d6db3;
}
.tranquil-bay {
color: #78b5e3;
}
.antique-wicker-basket {
color: #f2d3a1;
}
.lightning-yellow {
color: #f2a32c;
}
.natural-candy-pink {
color: #e57179;
}
/* CSS Variables */
:root {
--azraq-blue:#4d6db3;
--tranquil-bay:#78b5e3;
--antique-wicker-basket:#f2d3a1;
--lightning-yellow:#f2a32c;
--natural-candy-pink:#e57179;
}