Teal Sapphire Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Sapphire palette

Share this palette to:

Teal Sapphire color palette CSS

/* CSS */
.color-1 {
color: #1e3d4d;
}
.color-2 {
color: #295a65;
}
.color-3 {
color: #3a8a8d;
}
.color-4 {
color: #5cb2a0;
}
.color-5 {
color: #91d4d0;
}

/* CSS Variables */
:root {
--color-1: #1e3d4d;
--color-2: #295a65;
--color-3: #3a8a8d;
--color-4: #5cb2a0;
--color-5: #91d4d0;
}

Teal Sapphire background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3d4d, #295a65, #3a8a8d, #5cb2a0, #91d4d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3d4d, #295a65, #3a8a8d, #5cb2a0, #91d4d0);
}

Teal Sapphire color palette created on .