Color names in this palette
CSS code for this palette
/* CSS */
.surf-the-web {
color: #1f3c7a;
}
.neptune-blue {
color: #2e5a99;
}
.atlantic-gull {
color: #4d8db3;
}
.deluxe-days {
color: #8ac8e5;
}
.banana-drama {
color: #f1d04b;
}
/* CSS Variables */
:root {
--surf-the-web:#1f3c7a;
--neptune-blue:#2e5a99;
--atlantic-gull:#4d8db3;
--deluxe-days:#8ac8e5;
--banana-drama:#f1d04b;
}