Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a4d8e5;
}
.refresh {
color: #a1d4c9;
}
.melanie {
color: #e1b7c4;
}
.bright-khaki {
color: #f0e88e;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a4d8e5;
--refresh:#a1d4c9;
--melanie:#e1b7c4;
--bright-khaki:#f0e88e;
--welcoming-wasp:#f0a800;
}