Teal Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Dreams palette
Teal Dreams color palette CSS
/* CSS */
.color-1 {
color: #5f9b78;
}
.color-2 {
color: #a3d7c5;
}
.color-3 {
color: #f2e6ba;
}
.color-4 {
color: #f8caa5;
}
.color-5 {
color: #e86a68;
}
/* CSS Variables */
:root {
--color-1: #5f9b78;
--color-2: #a3d7c5;
--color-3: #f2e6ba;
--color-4: #f8caa5;
--color-5: #e86a68;
}
Teal Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f9b78, #a3d7c5, #f2e6ba, #f8caa5, #e86a68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f9b78, #a3d7c5, #f2e6ba, #f8caa5, #e86a68);
}
Similar color palettes
Teal Dreams color palette created on .