Color names in this palette
CSS code for this palette
/* CSS */
.fun-and-games {
color: #327c9f;
}
.freshwater {
color: #4da8b3;
}
.downy {
color: #6dd0c1;
}
.silent-ripple {
color: #a7e6db;
}
.frosty-mint {
color: #e4f7f4;
}
/* CSS Variables */
:root {
--fun-and-games:#327c9f;
--freshwater:#4da8b3;
--downy:#6dd0c1;
--silent-ripple:#a7e6db;
--frosty-mint:#e4f7f4;
}