Color names in this palette
CSS code for this palette
/* CSS */
.big-ocean-wave {
color: #31708c;
}
.bachelor-button {
color: #49b9d4;
}
.middle-blue {
color: #80d4e5;
}
.gilded {
color: #efdf4d;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--big-ocean-wave:#31708c;
--bachelor-button:#49b9d4;
--middle-blue:#80d4e5;
--gilded:#efdf4d;
--breeze-of-chilli:#f76e6e;
}