Whimsical Tati Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Tati Dreamscape palette

Share this palette to:

Whimsical Tati Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #f8caa5;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #d6618e;
}
.color-4 {
color: #a051b8;
}
.color-5 {
color: #6b9aeb;
}

/* CSS Variables */
:root {
--color-1: #f8caa5;
--color-2: #f1a8a2;
--color-3: #d6618e;
--color-4: #a051b8;
--color-5: #6b9aeb;
}

Whimsical Tati Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8caa5, #f1a8a2, #d6618e, #a051b8, #6b9aeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8caa5, #f1a8a2, #d6618e, #a051b8, #6b9aeb);
}

Whimsical Tati Dreamscape color palette created on .