Color names in this palette
CSS code for this palette
/* CSS */
.intense-purple {
color: #4a4c6d;
}
.mountain-haze {
color: #6e6d7e;
}
.gris-morado {
color: #8e8a8f;
}
.buffalo-hide {
color: #b9a06a;
}
.cedar-chest {
color: #c75b4d;
}
/* CSS Variables */
:root {
--intense-purple:#4a4c6d;
--mountain-haze:#6e6d7e;
--gris-morado:#8e8a8f;
--buffalo-hide:#b9a06a;
--cedar-chest:#c75b4d;
}