Color names in this palette
CSS code for this palette
/* CSS */
.out-of-the-blue {
color: #188dec;
}
.shovel-knight {
color: #3ac1f2;
}
.downy {
color: #70d7c2;
}
.basil-smash {
color: #b9e0a3;
}
.light-sh-shin-yellow {
color: #f8e482;
}
/* CSS Variables */
:root {
--out-of-the-blue:#188dec;
--shovel-knight:#3ac1f2;
--downy:#70d7c2;
--basil-smash:#b9e0a3;
--light-sh-shin-yellow:#f8e482;
}