Color names in this palette
CSS code for this palette
/* CSS */
.golden-mary {
color: #f6bb3c;
}
.storm-lightning {
color: #f9e79f;
}
.atlantic-ocean {
color: #a4d8e5;
}
.malibu {
color: #6ab8e2;
}
.muted-lavender {
color: #3b5897;
}
/* CSS Variables */
:root {
--golden-mary:#f6bb3c;
--storm-lightning:#f9e79f;
--atlantic-ocean:#a4d8e5;
--malibu:#6ab8e2;
--muted-lavender:#3b5897;
}