Color names in this palette
CSS code for this palette
/* CSS */
.gondolier {
color: #5bb0c8;
}
.blue-tourmaline {
color: #4d9ad1;
}
.mandys-pink {
color: #f5b59e;
}
.noodles {
color: #f9e5b4;
}
.garden-party {
color: #e3a5b7;
}
/* CSS Variables */
:root {
--gondolier:#5bb0c8;
--blue-tourmaline:#4d9ad1;
--mandys-pink:#f5b59e;
--noodles:#f9e5b4;
--garden-party:#e3a5b7;
}