Color names in this palette
CSS code for this palette
/* CSS */
.roller-coaster-chariot {
color: #0078bd;
}
.vanadyl-blue {
color: #00a5e0;
}
.clean-pool {
color: #5cc0eb;
}
.mint-macaron {
color: #afeeee;
}
.coastal-breeze {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--roller-coaster-chariot:#0078bd;
--vanadyl-blue:#00a5e0;
--clean-pool:#5cc0eb;
--mint-macaron:#afeeee;
--coastal-breeze:#e0f7fa;
}