Color names in this palette
CSS code for this palette
/* CSS */
.leisure-blue {
color: #6b8d9e;
}
.razzmic-berry {
color: #894e8d;
}
.shanghai-peach {
color: #d29a8e;
}
.shrimp-boat {
color: #f4be9f;
}
.marshmallow-rose {
color: #f6e4e6;
}
/* CSS Variables */
:root {
--leisure-blue:#6b8d9e;
--razzmic-berry:#894e8d;
--shanghai-peach:#d29a8e;
--shrimp-boat:#f4be9f;
--marshmallow-rose:#f6e4e6;
}