Color names in this palette
CSS code for this palette
/* CSS */
.blue-jeans {
color: #62b2f4;
}
.rose-mallow {
color: #f1a7c7;
}
.gorse {
color: #f9e639;
}
.fiery-salmon {
color: #f76969;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--blue-jeans:#62b2f4;
--rose-mallow:#f1a7c7;
--gorse:#f9e639;
--fiery-salmon:#f76969;
--n-rang-orange:#ff8052;
}