Seance Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Seance Dreams palette
Seance Dreams color palette PNG image
Seance Dreams color palette CSS
/* CSS */
.color-1 {
color: #6c2b8c;
}
.color-2 {
color: #a155b4;
}
.color-3 {
color: #d27cda;
}
.color-4 {
color: #f2a6df;
}
.color-5 {
color: #f7c5da;
}
/* CSS Variables */
:root {
--color-1: #6c2b8c;
--color-2: #a155b4;
--color-3: #d27cda;
--color-4: #f2a6df;
--color-5: #f7c5da;
}
Seance Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c2b8c, #a155b4, #d27cda, #f2a6df, #f7c5da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c2b8c, #a155b4, #d27cda, #f2a6df, #f7c5da);
}
Similar color palettes
Seance Dreams color palette created on .