Cyber Teal Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cyber Teal Dream palette

Share this palette to:

Cyber Teal Dream color palette PNG image

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: #00b5d1;
}
.color-2 {
color: #1f8fff;
}
.color-3 {
color: #9b58b6;
}
.color-4 {
color: #f39c12;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #00b5d1;
--color-2: #1f8fff;
--color-3: #9b58b6;
--color-4: #f39c12;
--color-5: #ffffff;
}

Cyber Teal Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b5d1, #1f8fff, #9b58b6, #f39c12, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b5d1, #1f8fff, #9b58b6, #f39c12, #ffffff);
}

Cyber Teal Dream color palette created on .