Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d5e0;
}
.island-breeze {
color: #8dd8d4;
}
.ode-to-green {
color: #b3e6d8;
}
.mountain-mint {
color: #a6e2c1;
}
.peppy {
color: #6fd3b8;
}
/* CSS Variables */
:root {
--french-pass:#a3d5e0;
--island-breeze:#8dd8d4;
--ode-to-green:#b3e6d8;
--mountain-mint:#a6e2c1;
--peppy:#6fd3b8;
}