Color names in this palette
CSS code for this palette
/* CSS */
.seagrass-green {
color: #27544d;
}
.treasured-teal {
color: #51bdb8;
}
.freezy-breezy {
color: #97f2e7;
}
.sugar-milk {
color: #fffcf5;
}
.twinkling-lights {
color: #fff9c2;
}
/* CSS Variables */
:root {
--seagrass-green:#27544d;
--treasured-teal:#51bdb8;
--freezy-breezy:#97f2e7;
--sugar-milk:#fffcf5;
--twinkling-lights:#fff9c2;
}