Isobel's Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Isobel's Dreamscape palette
Isobel's Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #f9b4c0;
}
.color-2 {
color: #f4a4d8;
}
.color-3 {
color: #e28dd9;
}
.color-4 {
color: #d29cd3;
}
.color-5 {
color: #b58bda;
}
/* CSS Variables */
:root {
--color-1: #f9b4c0;
--color-2: #f4a4d8;
--color-3: #e28dd9;
--color-4: #d29cd3;
--color-5: #b58bda;
}
Isobel's Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b4c0, #f4a4d8, #e28dd9, #d29cd3, #b58bda);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b4c0, #f4a4d8, #e28dd9, #d29cd3, #b58bda);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Isobel's Dreamscape color palette created on .