Color names in this palette
CSS code for this palette
/* CSS */
.sky-high {
color: #a3bdf0;
}
.cliff-blue {
color: #5b8eb9;
}
.rainy-lake {
color: #3d6d8f;
}
.artisans-gold {
color: #f3a949;
}
.warming-heart {
color: #d64f3d;
}
/* CSS Variables */
:root {
--sky-high:#a3bdf0;
--cliff-blue:#5b8eb9;
--rainy-lake:#3d6d8f;
--artisans-gold:#f3a949;
--warming-heart:#d64f3d;
}