Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d5e0;
}
.mystic-tulip {
color: #f7b7a1;
}
.oriole-yellow {
color: #f6d579;
}
.calabrese {
color: #f1a8a2;
}
.canvas-luggage {
color: #e2d7c5;
}
/* CSS Variables */
:root {
--french-pass:#a3d5e0;
--mystic-tulip:#f7b7a1;
--oriole-yellow:#f6d579;
--calabrese:#f1a8a2;
--canvas-luggage:#e2d7c5;
}