Color names in this palette
CSS code for this palette
/* CSS */
.roller-coaster-chariot {
color: #0078bd;
}
.vanadyl-blue {
color: #00a4e6;
}
.clean-pool {
color: #5cc0eb;
}
.little-smile {
color: #fbd0e8;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--roller-coaster-chariot:#0078bd;
--vanadyl-blue:#00a4e6;
--clean-pool:#5cc0eb;
--little-smile:#fbd0e8;
--n-rang-orange:#ff8052;
}