Teal Aurora Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Aurora palette
Teal Aurora color palette CSS
/* CSS */
.color-1 {
color: #4f8c7d;
}
.color-2 {
color: #6cc6b4;
}
.color-3 {
color: #a7e7df;
}
.color-4 {
color: #f3e8c9;
}
.color-5 {
color: #f7b2a1;
}
/* CSS Variables */
:root {
--color-1: #4f8c7d;
--color-2: #6cc6b4;
--color-3: #a7e7df;
--color-4: #f3e8c9;
--color-5: #f7b2a1;
}
Teal Aurora background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f8c7d, #6cc6b4, #a7e7df, #f3e8c9, #f7b2a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f8c7d, #6cc6b4, #a7e7df, #f3e8c9, #f7b2a1);
}
Similar color palettes
Teal Aurora color palette created on .