Teal Knight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Knight palette

Share this palette to:

Teal Knight color palette CSS

/* CSS */
.color-1 {
color: #4b5a8b;
}
.color-2 {
color: #3a8f92;
}
.color-3 {
color: #5cbc9b;
}
.color-4 {
color: #86c6a5;
}
.color-5 {
color: #d9e6a7;
}

/* CSS Variables */
:root {
--color-1: #4b5a8b;
--color-2: #3a8f92;
--color-3: #5cbc9b;
--color-4: #86c6a5;
--color-5: #d9e6a7;
}

Teal Knight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b5a8b, #3a8f92, #5cbc9b, #86c6a5, #d9e6a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b5a8b, #3a8f92, #5cbc9b, #86c6a5, #d9e6a7);
}

Teal Knight color palette created on .