Color names in this palette
CSS code for this palette
/* CSS */
.aria {
color: #e3e3e3;
}
.fortress-grey {
color: #b8b8b8;
}
.white {
color: #ffffff;
}
.mountain-lake-blue {
color: #85d6d6;
}
.juicy-details {
color: #d67a7a;
}
/* CSS Variables */
:root {
--aria:#e3e3e3;
--fortress-grey:#b8b8b8;
--white:#ffffff;
--mountain-lake-blue:#85d6d6;
--juicy-details:#d67a7a;
}