Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3a7c9c;
}
.ocean-trip {
color: #5cb0b7;
}
.island-sea {
color: #84d7d1;
}
.optimistic-yellow {
color: #f4e1a4;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3a7c9c;
--ocean-trip:#5cb0b7;
--island-sea:#84d7d1;
--optimistic-yellow:#f4e1a4;
--n-rang-orange:#ff8052;
}