Color names in this palette
CSS code for this palette
/* CSS */
.smooth-satin {
color: #a4d5d5;
}
.gould-blue {
color: #7ea0a0;
}
.lucky-shamrock {
color: #4b7c7c;
}
.uncharted {
color: #1c5a5a;
}
.botanical-night {
color: #0a3d3d;
}
/* CSS Variables */
:root {
--smooth-satin:#a4d5d5;
--gould-blue:#7ea0a0;
--lucky-shamrock:#4b7c7c;
--uncharted:#1c5a5a;
--botanical-night:#0a3d3d;
}