Color names in this palette
CSS code for this palette
/* CSS */
.coral-rose {
color: #f2744a;
}
.ginger-milk {
color: #f7a050;
}
.creamy-sweet-corn {
color: #f7c34a;
}
.storm-lightning {
color: #f7e69c;
}
.french-pass {
color: #a3d4e0;
}
/* CSS Variables */
:root {
--coral-rose:#f2744a;
--ginger-milk:#f7a050;
--creamy-sweet-corn:#f7c34a;
--storm-lightning:#f7e69c;
--french-pass:#a3d4e0;
}