Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f7a1bf;
}
.bordeaux-hint {
color: #f1b6e2;
}
.rain-song {
color: #c5d6e7;
}
.artesian-pool {
color: #a3c2e0;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--rogue-pink:#f7a1bf;
--bordeaux-hint:#f1b6e2;
--rain-song:#c5d6e7;
--artesian-pool:#a3c2e0;
--olympic-blue:#4b91e2;
}