Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1e7a8a;
}
.crystalsong-blue {
color: #50b4b4;
}
.soft-turquoise {
color: #75d1d1;
}
.yellow-petal {
color: #f3e84f;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--bermuda:#1e7a8a;
--crystalsong-blue:#50b4b4;
--soft-turquoise:#75d1d1;
--yellow-petal:#f3e84f;
--breeze-of-chilli:#f76e6e;
}