Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d5e0;
}
.antique-cameo {
color: #f1b7a2;
}
.butterfield {
color: #f3c058;
}
.lipstick {
color: #c85b81;
}
.rhubarb-gin {
color: #d7a8c2;
}
/* CSS Variables */
:root {
--french-pass:#a3d5e0;
--antique-cameo:#f1b7a2;
--butterfield:#f3c058;
--lipstick:#c85b81;
--rhubarb-gin:#d7a8c2;
}