Color names in this palette
CSS code for this palette
/* CSS */
.roller-coaster-chariot {
color: #0078bd;
}
.blue-atoll {
color: #00b4e6;
}
.phosphorescent-blue {
color: #1ce9e9;
}
.sweet-aqua {
color: #a2ebd2;
}
.milk-foam {
color: #f6ffeb;
}
/* CSS Variables */
:root {
--roller-coaster-chariot:#0078bd;
--blue-atoll:#00b4e6;
--phosphorescent-blue:#1ce9e9;
--sweet-aqua:#a2ebd2;
--milk-foam:#f6ffeb;
}