Nessie’s Teal Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nessie’s Teal Dream palette
Nessie’s Teal Dream color palette CSS
/* CSS */
.color-1 {
color: #297e7f;
}
.color-2 {
color: #4cb8a0;
}
.color-3 {
color: #6ed8ca;
}
.color-4 {
color: #a4f4e7;
}
.color-5 {
color: #e0f5f0;
}
/* CSS Variables */
:root {
--color-1: #297e7f;
--color-2: #4cb8a0;
--color-3: #6ed8ca;
--color-4: #a4f4e7;
--color-5: #e0f5f0;
}
Nessie’s Teal Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #297e7f, #4cb8a0, #6ed8ca, #a4f4e7, #e0f5f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #297e7f, #4cb8a0, #6ed8ca, #a4f4e7, #e0f5f0);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Nessie’s Teal Dream color palette created on .