Color names in this palette
CSS code for this palette
/* CSS */
.greek-blue {
color: #009dbd;
}
.verditer {
color: #00b3aa;
}
.turquoise {
color: #00c7a6;
}
.smoke-and-mirrors {
color: #d8e6e9;
}
.phaser-beam {
color: #ff4d00;
}
/* CSS Variables */
:root {
--greek-blue:#009dbd;
--verditer:#00b3aa;
--turquoise:#00c7a6;
--smoke-and-mirrors:#d8e6e9;
--phaser-beam:#ff4d00;
}