Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1e7a8a;
}
.crystalsong-blue {
color: #50b9b9;
}
.island-paradise {
color: #8ce3e3;
}
.roseberry {
color: #f3a5a0;
}
.yellow-tulip {
color: #f5d26b;
}
/* CSS Variables */
:root {
--bermuda:#1e7a8a;
--crystalsong-blue:#50b9b9;
--island-paradise:#8ce3e3;
--roseberry:#f3a5a0;
--yellow-tulip:#f5d26b;
}