Teal Seahorse Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Seahorse palette

Share this palette to:

Teal Seahorse color palette CSS

/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #1dd39f;
}
.color-4 {
color: #a6edda;
}
.color-5 {
color: #f6f9f7;
}

/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b3aa;
--color-3: #1dd39f;
--color-4: #a6edda;
--color-5: #f6f9f7;
}

Teal Seahorse background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b3aa, #1dd39f, #a6edda, #f6f9f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b3aa, #1dd39f, #a6edda, #f6f9f7);
}

Teal Seahorse color palette created on .