Color names in this palette
CSS code for this palette
/* CSS */
.technical-blue {
color: #5a7f8c;
}
.blue-dam {
color: #a1c8d3;
}
.coastal-breeze {
color: #e2f6f8;
}
.shrimp-toast {
color: #f9c59f;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--technical-blue:#5a7f8c;
--blue-dam:#a1c8d3;
--coastal-breeze:#e2f6f8;
--shrimp-toast:#f9c59f;
--breeze-of-chilli:#f76e6e;
}