Color names in this palette
CSS code for this palette
/* CSS */
.oceanic-climate {
color: #bbc9c9;
}
.stardew {
color: #a3b2b2;
}
.polaris {
color: #9eaeae;
}
.dante-peak {
color: #b5d4d4;
}
.frosty-mint {
color: #e0f5f5;
}
/* CSS Variables */
:root {
--oceanic-climate:#bbc9c9;
--stardew:#a3b2b2;
--polaris:#9eaeae;
--dante-peak:#b5d4d4;
--frosty-mint:#e0f5f5;
}