Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-gull {
color: #4e92b1;
}
.baby-tears {
color: #6bb8d6;
}
.plunging-waterfall {
color: #8fd4e0;
}
.carnation-bouquet {
color: #f1c1d2;
}
.muddy-mauve {
color: #e2b1c9;
}
/* CSS Variables */
:root {
--atlantic-gull:#4e92b1;
--baby-tears:#6bb8d6;
--plunging-waterfall:#8fd4e0;
--carnation-bouquet:#f1c1d2;
--muddy-mauve:#e2b1c9;
}