Color names in this palette
CSS code for this palette
/* CSS */
.out-of-the-blue {
color: #1291f3;
}
.electron-blue {
color: #0d7bce;
}
.hyper-blue {
color: #0a5e99;
}
.nevada-sky {
color: #a2d6e6;
}
.deep-fried-sun-rays {
color: #f5c75b;
}
/* CSS Variables */
:root {
--out-of-the-blue:#1291f3;
--electron-blue:#0d7bce;
--hyper-blue:#0a5e99;
--nevada-sky:#a2d6e6;
--deep-fried-sun-rays:#f5c75b;
}