Peachy Pin Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Pin palette

Share this palette to:

Peachy Pin color palette CSS

/* CSS */
.color-1 {
color: #ff695c;
}
.color-2 {
color: #ff9c66;
}
.color-3 {
color: #ffcd70;
}
.color-4 {
color: #ffe2ad;
}
.color-5 {
color: #ffe98f;
}

/* CSS Variables */
:root {
--color-1: #ff695c;
--color-2: #ff9c66;
--color-3: #ffcd70;
--color-4: #ffe2ad;
--color-5: #ffe98f;
}

Peachy Pin background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff695c, #ff9c66, #ffcd70, #ffe2ad, #ffe98f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff695c, #ff9c66, #ffcd70, #ffe2ad, #ffe98f);
}

Peachy Pin color palette created on .