Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a8d6e6;
}
.seacrest {
color: #b6c8a7;
}
.apricot-illusion {
color: #e4c4a5;
}
.florida-grey {
color: #bfa6a1;
}
.nutmeg {
color: #7d4c3b;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a8d6e6;
--seacrest:#b6c8a7;
--apricot-illusion:#e4c4a5;
--florida-grey:#bfa6a1;
--nutmeg:#7d4c3b;
}