Color names in this palette
CSS code for this palette
/* CSS */
.blue-tribute {
color: #a9b7c6;
}
.sea-drive {
color: #c1d4e1;
}
.ethereal-white {
color: #e6f4f1;
}
.salmon-beauty {
color: #f9c7b4;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--blue-tribute:#a9b7c6;
--sea-drive:#c1d4e1;
--ethereal-white:#e6f4f1;
--salmon-beauty:#f9c7b4;
--breeze-of-chilli:#f76e6e;
}