Color names in this palette
CSS code for this palette
/* CSS */
.revel-blue {
color: #4b6e8b;
}
.bermuda-triangle {
color: #6d8c9c;
}
.hazy-daze {
color: #a3b8c8;
}
.sanctuary {
color: #d5c9a5;
}
.rose-elegance {
color: #e8a1b6;
}
/* CSS Variables */
:root {
--revel-blue:#4b6e8b;
--bermuda-triangle:#6d8c9c;
--hazy-daze:#a3b8c8;
--sanctuary:#d5c9a5;
--rose-elegance:#e8a1b6;
}