Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a4d8e5;
}
.minted-elegance {
color: #6cc6a6;
}
.october-bounty {
color: #e3c6a1;
}
.shrimp-cocktail {
color: #f4a462;
}
.happy-hearts {
color: #d66161;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a4d8e5;
--minted-elegance:#6cc6a6;
--october-bounty:#e3c6a1;
--shrimp-cocktail:#f4a462;
--happy-hearts:#d66161;
}