Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4a8bba;
}
.madonna-blue {
color: #70b3d2;
}
.light-budgie-blue {
color: #9ed5e5;
}
.sandy-shore {
color: #f2e9ba;
}
.samoan-sun {
color: #f9b848;
}
/* CSS Variables */
:root {
--boat-house:#4a8bba;
--madonna-blue:#70b3d2;
--light-budgie-blue:#9ed5e5;
--sandy-shore:#f2e9ba;
--samoan-sun:#f9b848;
}