Color names in this palette
CSS code for this palette
/* CSS */
.blushing-apricot {
color: #f9b9a4;
}
.bad-moon-yellow {
color: #f3e5b4;
}
.monaco {
color: #aad5e9;
}
.greek-sea {
color: #6ca0e5;
}
.boat-house {
color: #4f8eba;
}
/* CSS Variables */
:root {
--blushing-apricot:#f9b9a4;
--bad-moon-yellow:#f3e5b4;
--monaco:#aad5e9;
--greek-sea:#6ca0e5;
--boat-house:#4f8eba;
}