Pink Detrevni Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Detrevni palette

Share this palette to:

Pink Detrevni color palette CSS

/* CSS */
.color-1 {
color: #a65e8d;
}
.color-2 {
color: #f7c5d5;
}
.color-3 {
color: #f9e3e1;
}
.color-4 {
color: #f1c0a7;
}
.color-5 {
color: #e9b79f;
}

/* CSS Variables */
:root {
--color-1: #a65e8d;
--color-2: #f7c5d5;
--color-3: #f9e3e1;
--color-4: #f1c0a7;
--color-5: #e9b79f;
}

Pink Detrevni background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a65e8d, #f7c5d5, #f9e3e1, #f1c0a7, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a65e8d, #f7c5d5, #f9e3e1, #f1c0a7, #e9b79f);
}

Pink Detrevni color palette created on .