Teal Rational Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Rational palette
Teal Rational color palette CSS
/* CSS */
.color-1 {
color: #4ca1ae;
}
.color-2 {
color: #6fd3c0;
}
.color-3 {
color: #9de2d6;
}
.color-4 {
color: #f2e44a;
}
.color-5 {
color: #f0a800;
}
/* CSS Variables */
:root {
--color-1: #4ca1ae;
--color-2: #6fd3c0;
--color-3: #9de2d6;
--color-4: #f2e44a;
--color-5: #f0a800;
}
Teal Rational background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ca1ae, #6fd3c0, #9de2d6, #f2e44a, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ca1ae, #6fd3c0, #9de2d6, #f2e44a, #f0a800);
}
Similar color palettes
Scroll down to explore 10+ Aesthetic color palettes
Teal Rational color palette created on .