Color names in this palette
CSS code for this palette
/* CSS */
.garden-twilight {
color: #a2b9b1;
}
.misty-surf {
color: #b6c8c6;
}
.thunder-bay {
color: #c9d9d6;
}
.aqua-breeze {
color: #d8e9e2;
}
.warp-drive {
color: #e9f2f1;
}
/* CSS Variables */
:root {
--garden-twilight:#a2b9b1;
--misty-surf:#b6c8c6;
--thunder-bay:#c9d9d6;
--aqua-breeze:#d8e9e2;
--warp-drive:#e9f2f1;
}