Color names in this palette
CSS code for this palette
/* CSS */
.old-geranium {
color: #c76b88;
}
.pink-marshmallow {
color: #f2b5d3;
}
.creamy-custard {
color: #f8e8bf;
}
.citrus-sachet {
color: #f1c7a7;
}
.sandy-brown {
color: #f0a65c;
}
/* CSS Variables */
:root {
--old-geranium:#c76b88;
--pink-marshmallow:#f2b5d3;
--creamy-custard:#f8e8bf;
--citrus-sachet:#f1c7a7;
--sandy-brown:#f0a65c;
}