Allie's Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Allie's Dreamscape palette
Allie's Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #f99fb6;
}
.color-2 {
color: #f6d12c;
}
.color-3 {
color: #a4d695;
}
.color-4 {
color: #6bb2e1;
}
.color-5 {
color: #3b4e78;
}
/* CSS Variables */
:root {
--color-1: #f99fb6;
--color-2: #f6d12c;
--color-3: #a4d695;
--color-4: #6bb2e1;
--color-5: #3b4e78;
}
Allie's Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f99fb6, #f6d12c, #a4d695, #6bb2e1, #3b4e78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f99fb6, #f6d12c, #a4d695, #6bb2e1, #3b4e78);
}
Similar color palettes
Allie's Dreamscape color palette created on .