Color names in this palette
CSS code for this palette
/* CSS */
.elastic-pink {
color: #f2a1c8;
}
.mountain-laurel {
color: #f4c8d3;
}
.fancy-pink {
color: #f8e8e8;
}
.light-sky-babe {
color: #9fd2df;
}
.brig {
color: #4fa3c4;
}
/* CSS Variables */
:root {
--elastic-pink:#f2a1c8;
--mountain-laurel:#f4c8d3;
--fancy-pink:#f8e8e8;
--light-sky-babe:#9fd2df;
--brig:#4fa3c4;
}