Color names in this palette
CSS code for this palette
/* CSS */
.delicate-girl-blue {
color: #65b2c8;
}
.greenway {
color: #3b9b7a;
}
.sunny-mood {
color: #f7c94b;
}
.consumed-by-fire {
color: #f6831e;
}
.warming-heart {
color: #d3503c;
}
/* CSS Variables */
:root {
--delicate-girl-blue:#65b2c8;
--greenway:#3b9b7a;
--sunny-mood:#f7c94b;
--consumed-by-fire:#f6831e;
--warming-heart:#d3503c;
}