Color names in this palette
CSS code for this palette
/* CSS */
.cool-blue {
color: #4983b6;
}
.arboretum {
color: #6fbe9d;
}
.yellow-petal {
color: #f0e34c;
}
.consumed-by-fire {
color: #f27c1c;
}
.fantasy-romance {
color: #e03e6e;
}
/* CSS Variables */
:root {
--cool-blue:#4983b6;
--arboretum:#6fbe9d;
--yellow-petal:#f0e34c;
--consumed-by-fire:#f27c1c;
--fantasy-romance:#e03e6e;
}