Teal Poseidon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Poseidon palette

Share this palette to:

Teal Poseidon color palette CSS

/* CSS */
.color-1 {
color: #007a85;
}
.color-2 {
color: #00a3a3;
}
.color-3 {
color: #1d9a96;
}
.color-4 {
color: #4dcbb4;
}
.color-5 {
color: #a3e1d2;
}

/* CSS Variables */
:root {
--color-1: #007a85;
--color-2: #00a3a3;
--color-3: #1d9a96;
--color-4: #4dcbb4;
--color-5: #a3e1d2;
}

Teal Poseidon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007a85, #00a3a3, #1d9a96, #4dcbb4, #a3e1d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007a85, #00a3a3, #1d9a96, #4dcbb4, #a3e1d2);
}

Teal Poseidon color palette created on .