Color names in this palette
CSS code for this palette
/* CSS */
.violet-velvet {
color: #b1a0d9;
}
.cay {
color: #a4d2d5;
}
.golden-opportunity {
color: #f9c16c;
}
.bergamot-orange {
color: #f29c5a;
}
.porcelain-rose {
color: #e76a6a;
}
/* CSS Variables */
:root {
--violet-velvet:#b1a0d9;
--cay:#a4d2d5;
--golden-opportunity:#f9c16c;
--bergamot-orange:#f29c5a;
--porcelain-rose:#e76a6a;
}