Soft Pink and Teal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Pink and Teal palette

Share this palette to:

Soft Pink and Teal color palette CSS

/* CSS */
.color-1 {
color: #f1a9a7;
}
.color-2 {
color: #f4c7b3;
}
.color-3 {
color: #f6e3d5;
}
.color-4 {
color: #c5e2e1;
}
.color-5 {
color: #a2d8d2;
}

/* CSS Variables */
:root {
--color-1: #f1a9a7;
--color-2: #f4c7b3;
--color-3: #f6e3d5;
--color-4: #c5e2e1;
--color-5: #a2d8d2;
}

Soft Pink and Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a9a7, #f4c7b3, #f6e3d5, #c5e2e1, #a2d8d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a9a7, #f4c7b3, #f6e3d5, #c5e2e1, #a2d8d2);
}

Soft Pink and Teal color palette created on .