Color names in this palette
CSS code for this palette
/* CSS */
.revel-blue {
color: #4d6b89;
}
.blue-dam {
color: #a1c6d4;
}
.boiling-point {
color: #d8e9e9;
}
.squid-pink {
color: #f9b4bf;
}
.radiant-orchid {
color: #a85d9a;
}
/* CSS Variables */
:root {
--revel-blue:#4d6b89;
--blue-dam:#a1c6d4;
--boiling-point:#d8e9e9;
--squid-pink:#f9b4bf;
--radiant-orchid:#a85d9a;
}