Teal Rainy Day Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Rainy Day palette
Teal Rainy Day color palette CSS
/* CSS */
.color-1 {
color: #698c91;
}
.color-2 {
color: #b0cfd8;
}
.color-3 {
color: #d0e7e7;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f76e6e;
}
/* CSS Variables */
:root {
--color-1: #698c91;
--color-2: #b0cfd8;
--color-3: #d0e7e7;
--color-4: #f1c84b;
--color-5: #f76e6e;
}
Teal Rainy Day background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #698c91, #b0cfd8, #d0e7e7, #f1c84b, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #698c91, #b0cfd8, #d0e7e7, #f1c84b, #f76e6e);
}
Similar color palettes
Teal Rainy Day color palette created on .