Cinematic Teal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cinematic Teal palette

Share this palette to:

Cinematic Teal color palette CSS

/* CSS */
.color-1 {
color: #1a1f23;
}
.color-2 {
color: #4a4e55;
}
.color-3 {
color: #7a8c90;
}
.color-4 {
color: #a7c8d3;
}
.color-5 {
color: #f0b49e;
}

/* CSS Variables */
:root {
--color-1: #1a1f23;
--color-2: #4a4e55;
--color-3: #7a8c90;
--color-4: #a7c8d3;
--color-5: #f0b49e;
}

Cinematic Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f23, #4a4e55, #7a8c90, #a7c8d3, #f0b49e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f23, #4a4e55, #7a8c90, #a7c8d3, #f0b49e);
}

Cinematic Teal color palette created on .