Color names in this palette
CSS code for this palette
/* CSS */
.spa-dream {
color: #1f90bd;
}
.lake-thun {
color: #4bbae2;
}
.middle-blue {
color: #80d4e5;
}
.juicy-jackfruit {
color: #f1df3b;
}
.basketball {
color: #f26b31;
}
/* CSS Variables */
:root {
--spa-dream:#1f90bd;
--lake-thun:#4bbae2;
--middle-blue:#80d4e5;
--juicy-jackfruit:#f1df3b;
--basketball:#f26b31;
}