Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2b42;
}
.revel-blue {
color: #4a6b8c;
}
.air-blue {
color: #6da2c5;
}
.basin-blue {
color: #b8e0e5;
}
.sunny-mood {
color: #f7c94b;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2b42;
--revel-blue:#4a6b8c;
--air-blue:#6da2c5;
--basin-blue:#b8e0e5;
--sunny-mood:#f7c94b;
}