Color names in this palette
CSS code for this palette
/* CSS */
.persian-jewel {
color: #6a7eb9;
}
.sea-cliff {
color: #a3c7e0;
}
.pink-scallop {
color: #f2e1d4;
}
.cotton-candy-aesthetic {
color: #f4b8e0;
}
.preppy-rose {
color: #d35f8b;
}
/* CSS Variables */
:root {
--persian-jewel:#6a7eb9;
--sea-cliff:#a3c7e0;
--pink-scallop:#f2e1d4;
--cotton-candy-aesthetic:#f4b8e0;
--preppy-rose:#d35f8b;
}