Color names in this palette
CSS code for this palette
/* CSS */
.maximum-yellow-red {
color: #f1b74b;
}
.mellow-sun {
color: #f6d59d;
}
.atlantic-ocean {
color: #a4d7e5;
}
.blue-grotto {
color: #4ca0c8;
}
.nautical {
color: #2d4a7b;
}
/* CSS Variables */
:root {
--maximum-yellow-red:#f1b74b;
--mellow-sun:#f6d59d;
--atlantic-ocean:#a4d7e5;
--blue-grotto:#4ca0c8;
--nautical:#2d4a7b;
}