Color names in this palette
CSS code for this palette
/* CSS */
.coastline-blue {
color: #4a9cba;
}
.young-bamboo {
color: #6dba8c;
}
.bright-khaki {
color: #f1e98e;
}
.florida-sunrise {
color: #f6a76f;
}
.porcelain-rose {
color: #e86d6d;
}
/* CSS Variables */
:root {
--coastline-blue:#4a9cba;
--young-bamboo:#6dba8c;
--bright-khaki:#f1e98e;
--florida-sunrise:#f6a76f;
--porcelain-rose:#e86d6d;
}