Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f9c4b4;
}
.sandy-brown {
color: #f5a35c;
}
.yellow-petal {
color: #f8e749;
}
.shockwave {
color: #74c8b8;
}
.cossack-dancer {
color: #4d8b9d;
}
/* CSS Variables */
:root {
--apricot-obsession:#f9c4b4;
--sandy-brown:#f5a35c;
--yellow-petal:#f8e749;
--shockwave:#74c8b8;
--cossack-dancer:#4d8b9d;
}