Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a7bf;
}
.majestic-treasures {
color: #f3e7a5;
}
.lull-wind {
color: #c3d6e9;
}
.great-falls {
color: #a2a6b3;
}
.bleached-denim {
color: #6d74a2;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a7bf;
--majestic-treasures:#f3e7a5;
--lull-wind:#c3d6e9;
--great-falls:#a2a6b3;
--bleached-denim:#6d74a2;
}