Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1b6d9d;
}
.santorini {
color: #3db6d1;
}
.turkish-turquoise {
color: #78e1e8;
}
.angel-s-feather {
color: #f4f1e6;
}
.mikan-orange {
color: #f08400;
}
/* CSS Variables */
:root {
--jazz-blue:#1b6d9d;
--santorini:#3db6d1;
--turkish-turquoise:#78e1e8;
--angel-s-feather:#f4f1e6;
--mikan-orange:#f08400;
}