Pink Synthwave Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Synthwave palette

Share this palette to:

Pink Synthwave color palette CSS

/* CSS */
.color-1 {
color: #ff4d7f;
}
.color-2 {
color: #2a2c41;
}
.color-3 {
color: #8e9aaf;
}
.color-4 {
color: #00aab3;
}
.color-5 {
color: #ffd36b;
}

/* CSS Variables */
:root {
--color-1: #ff4d7f;
--color-2: #2a2c41;
--color-3: #8e9aaf;
--color-4: #00aab3;
--color-5: #ffd36b;
}

Pink Synthwave background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d7f, #2a2c41, #8e9aaf, #00aab3, #ffd36b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d7f, #2a2c41, #8e9aaf, #00aab3, #ffd36b);
}

Pink Synthwave color palette created on .