Teal Rose Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Rose palette

Share this palette to:

Teal Rose color palette PNG image

Download teal rose color palette PNG image (landscape)
Download teal rose color palette PNG image (square)

Teal Rose color palette CSS

/* CSS */
.color-1 {
color: #3db3af;
}
.color-2 {
color: #ff7081;
}
.color-3 {
color: #ff4d85;
}
.color-4 {
color: #f4c3d6;
}
.color-5 {
color: #9b1c4d;
}

/* CSS Variables */
:root {
--color-1: #3db3af;
--color-2: #ff7081;
--color-3: #ff4d85;
--color-4: #f4c3d6;
--color-5: #9b1c4d;
}

Teal Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3db3af, #ff7081, #ff4d85, #f4c3d6, #9b1c4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3db3af, #ff7081, #ff4d85, #f4c3d6, #9b1c4d);
}

Teal Rose color palette created on .