Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a6d6e3;
}
.basin-blue {
color: #b9e1e4;
}
.tahitian-sky {
color: #c8e9e8;
}
.frosty-mint {
color: #e2f8f2;
}
.lynx-white {
color: #f6f9f7;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a6d6e3;
--basin-blue:#b9e1e4;
--tahitian-sky:#c8e9e8;
--frosty-mint:#e2f8f2;
--lynx-white:#f6f9f7;
}