Curly Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Curly Pink palette

Share this palette to:

Curly Pink color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffab8a;
}
.color-3 {
color: #ffc29e;
}
.color-4 {
color: #d9bf78;
}
.color-5 {
color: #690571;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffab8a;
--color-3: #ffc29e;
--color-4: #d9bf78;
--color-5: #690571;
}

Curly Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffab8a, #ffc29e, #d9bf78, #690571);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffab8a, #ffc29e, #d9bf78, #690571);
}

Curly Pink color palette created on .