Color names in this palette
CSS code for this palette
/* CSS */
.elastic-pink {
color: #f2a1c8;
}
.sachet-pink {
color: #f08ebc;
}
.bierwurst {
color: #f08e8e;
}
.sandy-brown {
color: #f0a35c;
}
.sorreno-lemon {
color: #f0d25c;
}
/* CSS Variables */
:root {
--elastic-pink:#f2a1c8;
--sachet-pink:#f08ebc;
--bierwurst:#f08e8e;
--sandy-brown:#f0a35c;
--sorreno-lemon:#f0d25c;
}