Color names in this palette
CSS code for this palette
/* CSS */
.bergamot-orange {
color: #f5a15b;
}
.breeze-of-chilli {
color: #f76e6e;
}
.powder-soft-blue {
color: #b6c8d8;
}
.blue-sonki {
color: #4e88c6;
}
.nautical {
color: #2e4c7f;
}
/* CSS Variables */
:root {
--bergamot-orange:#f5a15b;
--breeze-of-chilli:#f76e6e;
--powder-soft-blue:#b6c8d8;
--blue-sonki:#4e88c6;
--nautical:#2e4c7f;
}