Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-gull {
color: #4b8db4;
}
.blouson-blue {
color: #6ab8c8;
}
.island-paradise {
color: #8ce3e0;
}
.shrimp-cocktail {
color: #f4a462;
}
.apocalyptic-orange {
color: #f46a1f;
}
/* CSS Variables */
:root {
--atlantic-gull:#4b8db4;
--blouson-blue:#6ab8c8;
--island-paradise:#8ce3e0;
--shrimp-cocktail:#f4a462;
--apocalyptic-orange:#f46a1f;
}