Addison's Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Addison's Dreamscape palette
Addison's Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f3d78c;
}
.color-3 {
color: #efe37b;
}
.color-4 {
color: #a5d7a3;
}
.color-5 {
color: #56b7d2;
}
/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f3d78c;
--color-3: #efe37b;
--color-4: #a5d7a3;
--color-5: #56b7d2;
}
Addison's Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f3d78c, #efe37b, #a5d7a3, #56b7d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f3d78c, #efe37b, #a5d7a3, #56b7d2);
}
Similar color palettes
Scroll down to explore 700+ Bright color palettes
Addison's Dreamscape color palette created on .