Surreal Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Surreal Reverie palette

Share this palette to:

Surreal Reverie color palette CSS

/* CSS */
.color-1 {
color: #6a2c90;
}
.color-2 {
color: #a65bae;
}
.color-3 {
color: #d9a4db;
}
.color-4 {
color: #f7f6a6;
}
.color-5 {
color: #f2e38c;
}

/* CSS Variables */
:root {
--color-1: #6a2c90;
--color-2: #a65bae;
--color-3: #d9a4db;
--color-4: #f7f6a6;
--color-5: #f2e38c;
}

Surreal Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a2c90, #a65bae, #d9a4db, #f7f6a6, #f2e38c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a2c90, #a65bae, #d9a4db, #f7f6a6, #f2e38c);
}

Surreal Reverie color palette created on .