Color names in this palette
CSS code for this palette
/* CSS */
.club-cruise {
color: #8ac2e0;
}
.eucalipto {
color: #4ec6a6;
}
.hazelnut-milk {
color: #f1a979;
}
.bierwurst {
color: #f18e8e;
}
.bricks-of-hope {
color: #d85a5a;
}
/* CSS Variables */
:root {
--club-cruise:#8ac2e0;
--eucalipto:#4ec6a6;
--hazelnut-milk:#f1a979;
--bierwurst:#f18e8e;
--bricks-of-hope:#d85a5a;
}