Tisha's Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tisha's Dreamscape palette

Share this palette to:

Tisha's Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d84f9b;
}
.color-4 {
color: #8d43ad;
}
.color-5 {
color: #2b3d50;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #ff6e61;
--color-3: #d84f9b;
--color-4: #8d43ad;
--color-5: #2b3d50;
}

Tisha's Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #ff6e61, #d84f9b, #8d43ad, #2b3d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #ff6e61, #d84f9b, #8d43ad, #2b3d50);
}

Tisha's Dreamscape color palette created on .