Peachy Adina Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Adina palette

Share this palette to:

Peachy Adina color palette CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f6c2a2;
}
.color-3 {
color: #f5dfa8;
}
.color-4 {
color: #f1e5b1;
}
.color-5 {
color: #d9e3b0;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f6c2a2;
--color-3: #f5dfa8;
--color-4: #f1e5b1;
--color-5: #d9e3b0;
}

Peachy Adina background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f6c2a2, #f5dfa8, #f1e5b1, #d9e3b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f6c2a2, #f5dfa8, #f1e5b1, #d9e3b0);
}

Peachy Adina color palette created on .