Isabella's Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Isabella's Dreamscape palette
Isabella's Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #d9b6e2;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #f54e00;
}
.color-4 {
color: #3b8dba;
}
.color-5 {
color: #9fd65c;
}
/* CSS Variables */
:root {
--color-1: #d9b6e2;
--color-2: #f5a300;
--color-3: #f54e00;
--color-4: #3b8dba;
--color-5: #9fd65c;
}
Isabella's Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b6e2, #f5a300, #f54e00, #3b8dba, #9fd65c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b6e2, #f5a300, #f54e00, #3b8dba, #9fd65c);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Isabella's Dreamscape color palette created on .