Rosy Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rosy Reverie palette

Share this palette to:

Rosy Reverie color palette CSS

/* CSS */
.color-1 {
color: #fad0a3;
}
.color-2 {
color: #f8b8a0;
}
.color-3 {
color: #f69992;
}
.color-4 {
color: #f36d58;
}
.color-5 {
color: #e0384c;
}

/* CSS Variables */
:root {
--color-1: #fad0a3;
--color-2: #f8b8a0;
--color-3: #f69992;
--color-4: #f36d58;
--color-5: #e0384c;
}

Rosy Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad0a3, #f8b8a0, #f69992, #f36d58, #e0384c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad0a3, #f8b8a0, #f69992, #f36d58, #e0384c);
}

Rosy Reverie color palette created on .