Color names in this palette
CSS code for this palette
/* CSS */
.oceanic-motion {
color: #1a5b84;
}
.mountain-range-blue {
color: #4fb7c9;
}
.island-paradise {
color: #8edde1;
}
.sun-dust {
color: #f4e0a4;
}
.miami-marmalade {
color: #f78d1d;
}
/* CSS Variables */
:root {
--oceanic-motion:#1a5b84;
--mountain-range-blue:#4fb7c9;
--island-paradise:#8edde1;
--sun-dust:#f4e0a4;
--miami-marmalade:#f78d1d;
}