Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3a5e8d;
}
.scott-base {
color: #6aa4c8;
}
.light-budgie-blue {
color: #9ed5e5;
}
.nectar-jackpot {
color: #f0d68e;
}
.papaya-punch {
color: #f79e7e;
}
/* CSS Variables */
:root {
--antilles-blue:#3a5e8d;
--scott-base:#6aa4c8;
--light-budgie-blue:#9ed5e5;
--nectar-jackpot:#f0d68e;
--papaya-punch:#f79e7e;
}