Peachy Darочка Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Darочка palette

Share this palette to:

Peachy Darочка color palette CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f7c6a6;
}
.color-3 {
color: #f0e3d6;
}
.color-4 {
color: #e3a5c3;
}
.color-5 {
color: #d57b95;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f7c6a6;
--color-3: #f0e3d6;
--color-4: #e3a5c3;
--color-5: #d57b95;
}

Peachy Darочка background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f7c6a6, #f0e3d6, #e3a5c3, #d57b95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f7c6a6, #f0e3d6, #e3a5c3, #d57b95);
}

Peachy Darочка color palette created on .