Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a4c8e0;
}
.basin-blue {
color: #b8e1e5;
}
.whitest-white {
color: #f5faf6;
}
.muddy-mauve {
color: #e3b0c8;
}
.pink-punch {
color: #d64c6d;
}
/* CSS Variables */
:root {
--sea-cliff:#a4c8e0;
--basin-blue:#b8e1e5;
--whitest-white:#f5faf6;
--muddy-mauve:#e3b0c8;
--pink-punch:#d64c6d;
}