Color names in this palette
CSS code for this palette
/* CSS */
.mystic-blue {
color: #4dabd1;
}
.french-pass {
color: #a3d4e0;
}
.light-pecan-pine {
color: #f1e8e4;
}
.spicy-paella {
color: #f28d3a;
}
.warming-heart {
color: #d7493c;
}
/* CSS Variables */
:root {
--mystic-blue:#4dabd1;
--french-pass:#a3d4e0;
--light-pecan-pine:#f1e8e4;
--spicy-paella:#f28d3a;
--warming-heart:#d7493c;
}