Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1d798c;
}
.mountain-range-blue {
color: #4fb7c9;
}
.island-paradise {
color: #8de2e0;
}
.pasta-luego {
color: #f9e380;
}
.sea-nettle {
color: #f27b31;
}
/* CSS Variables */
:root {
--bermuda:#1d798c;
--mountain-range-blue:#4fb7c9;
--island-paradise:#8de2e0;
--pasta-luego:#f9e380;
--sea-nettle:#f27b31;
}