Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.revel-blue {
color: #4a6b8c;
}
.old-faithful {
color: #81a1c1;
}
.arctic-rain {
color: #c7d9f0;
}
.lazy-daisy {
color: #f7e9a1;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--revel-blue:#4a6b8c;
--old-faithful:#81a1c1;
--arctic-rain:#c7d9f0;
--lazy-daisy:#f7e9a1;
}