Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-gull {
color: #4b8db4;
}
.refresh {
color: #9fd6c6;
}
.roadster-yellow {
color: #f3e1a0;
}
.chinese-lantern {
color: #f08d5c;
}
.black {
color: #000000;
}
/* CSS Variables */
:root {
--atlantic-gull:#4b8db4;
--refresh:#9fd6c6;
--roadster-yellow:#f3e1a0;
--chinese-lantern:#f08d5c;
--black:#000000;
}