Ephemeral Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ephemeral Dreams palette
Ephemeral Dreams color palette CSS
/* CSS */
.color-1 {
color: #ff6933;
}
.color-2 {
color: #ffb30f;
}
.color-3 {
color: #ffe4b3;
}
.color-4 {
color: #a8ebc7;
}
.color-5 {
color: #4e9fa6;
}
/* CSS Variables */
:root {
--color-1: #ff6933;
--color-2: #ffb30f;
--color-3: #ffe4b3;
--color-4: #a8ebc7;
--color-5: #4e9fa6;
}
Ephemeral Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6933, #ffb30f, #ffe4b3, #a8ebc7, #4e9fa6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6933, #ffb30f, #ffe4b3, #a8ebc7, #4e9fa6);
}
Similar color palettes
Ephemeral Dreams color palette created on .