Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a9d9e5;
}
.prism-pink {
color: #f2a1c5;
}
.antique-wicker-basket {
color: #f6d2a2;
}
.sweet-lilac {
color: #e8b5d0;
}
.sweet-perfume {
color: #d29dbc;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a9d9e5;
--prism-pink:#f2a1c5;
--antique-wicker-basket:#f6d2a2;
--sweet-lilac:#e8b5d0;
--sweet-perfume:#d29dbc;
}