Color names in this palette
CSS code for this palette
/* CSS */
.soft-salmon {
color: #e7a8a2;
}
.channel {
color: #f1c4c0;
}
.almost-pink {
color: #f1e5da;
}
.blue-romance {
color: #d3f4d2;
}
.nevada-sky {
color: #a2dae6;
}
/* CSS Variables */
:root {
--soft-salmon:#e7a8a2;
--channel:#f1c4c0;
--almost-pink:#f1e5da;
--blue-romance:#d3f4d2;
--nevada-sky:#a2dae6;
}