Pink Quotes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Quotes palette

Share this palette to:

Pink Quotes color palette CSS

/* CSS */
.color-1 {
color: #f7d5a6;
}
.color-2 {
color: #ffc09e;
}
.color-3 {
color: #ffadad;
}
.color-4 {
color: #ff667d;
}
.color-5 {
color: #d4a5a5;
}

/* CSS Variables */
:root {
--color-1: #f7d5a6;
--color-2: #ffc09e;
--color-3: #ffadad;
--color-4: #ff667d;
--color-5: #d4a5a5;
}

Pink Quotes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d5a6, #ffc09e, #ffadad, #ff667d, #d4a5a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d5a6, #ffc09e, #ffadad, #ff667d, #d4a5a5);
}

Pink Quotes color palette created on .