Color names in this palette
CSS code for this palette
/* CSS */
.blue-ranger {
color: #00147a;
}
.cherenkov-radiation {
color: #24baff;
}
.sugarpills {
color: #ffdbff;
}
.vaporwave-blue {
color: #2ed2ff;
}
.ripe-pineapple {
color: #ffe47a;
}
/* CSS Variables */
:root {
--blue-ranger:#00147a;
--cherenkov-radiation:#24baff;
--sugarpills:#ffdbff;
--vaporwave-blue:#2ed2ff;
--ripe-pineapple:#ffe47a;
}