Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a8d6e6;
}
.water-leaf {
color: #b3eadb;
}
.weathered-mint {
color: #e5f8e2;
}
.banana-sparkes {
color: #f2f6d5;
}
.romance {
color: #f4f0e6;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a8d6e6;
--water-leaf:#b3eadb;
--weathered-mint:#e5f8e2;
--banana-sparkes:#f2f6d5;
--romance:#f4f0e6;
}