Color names in this palette
CSS code for this palette
/* CSS */
.buster {
color: #3e4a6a;
}
.searching-blue {
color: #6a7c9a;
}
.blue-dam {
color: #a5c6d5;
}
.pearl-yellow {
color: #f2e5ba;
}
.breeze-of-chilli {
color: #f26e6e;
}
/* CSS Variables */
:root {
--buster:#3e4a6a;
--searching-blue:#6a7c9a;
--blue-dam:#a5c6d5;
--pearl-yellow:#f2e5ba;
--breeze-of-chilli:#f26e6e;
}