Cyber Teal Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cyber Teal Dream palette

Share this palette to:

Download Cyber Teal Dream Color Palette (PNG)

Download cyber teal dream color palette PNG image (landscape)
Download cyber teal dream color palette PNG image (square)

Cyber Teal Dream color palette CSS

/* CSS */
.color-1 {
color: #1b2e5a;
}
.color-2 {
color: #4b9fc3;
}
.color-3 {
color: #7fd4e1;
}
.color-4 {
color: #d3c5e7;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #1b2e5a;
--color-2: #4b9fc3;
--color-3: #7fd4e1;
--color-4: #d3c5e7;
--color-5: #ffffff;
}

Cyber Teal Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b2e5a, #4b9fc3, #7fd4e1, #d3c5e7, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b2e5a, #4b9fc3, #7fd4e1, #d3c5e7, #ffffff);
}

Cyber Teal Dream color palette created on .