Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.manga-pink {
color: #f6b6d8;
}
.atlantic-ocean {
color: #a9d6e5;
}
.big-chill {
color: #7dc8e3;
}
.san-marino {
color: #4d6d9d;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--manga-pink:#f6b6d8;
--atlantic-ocean:#a9d6e5;
--big-chill:#7dc8e3;
--san-marino:#4d6d9d;
}