Ethereal Dorian Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal Dorian Dreams palette

Share this palette to:

Ethereal Dorian Dreams color palette CSS

/* CSS */
.color-1 {
color: #378beb;
}
.color-2 {
color: #5abf9b;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #e87c69;
}
.color-5 {
color: #c95e9f;
}

/* CSS Variables */
:root {
--color-1: #378beb;
--color-2: #5abf9b;
--color-3: #f1c84b;
--color-4: #e87c69;
--color-5: #c95e9f;
}

Ethereal Dorian Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #378beb, #5abf9b, #f1c84b, #e87c69, #c95e9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #378beb, #5abf9b, #f1c84b, #e87c69, #c95e9f);
}

Ethereal Dorian Dreams color palette created on .