Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4d76;
}
.dayflower {
color: #3a9ad9;
}
.turquoise-sea {
color: #66d2e1;
}
.sunny-mood {
color: #f7c94b;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4d76;
--dayflower:#3a9ad9;
--turquoise-sea:#66d2e1;
--sunny-mood:#f7c94b;
--n-rang-orange:#ff8052;
}