Rose Wine and Coral Picnics Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rose Wine and Coral Picnics palette

Share this palette to:

Rose Wine and Coral Picnics color palette PNG image

Download rose wine and coral picnics color palette PNG image (landscape)
Download rose wine and coral picnics color palette PNG image (square)

Rose Wine and Coral Picnics color palette CSS

/* CSS */
.color-1 {
color: #d67a8d;
}
.color-2 {
color: #e3b0a5;
}
.color-3 {
color: #f7c3a1;
}
.color-4 {
color: #f1b2a2;
}
.color-5 {
color: #da5b3e;
}

/* CSS Variables */
:root {
--color-1: #d67a8d;
--color-2: #e3b0a5;
--color-3: #f7c3a1;
--color-4: #f1b2a2;
--color-5: #da5b3e;
}

Rose Wine and Coral Picnics background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d67a8d, #e3b0a5, #f7c3a1, #f1b2a2, #da5b3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d67a8d, #e3b0a5, #f7c3a1, #f1b2a2, #da5b3e);
}

Rose Wine and Coral Picnics color palette created on .