Whimsical Transformations Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Transformations palette

Share this palette to:

Whimsical Transformations color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6ccb79;
}
.color-3 {
color: #4b91e2;
}
.color-4 {
color: #f6b531;
}
.color-5 {
color: #e94e77;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6ccb79;
--color-3: #4b91e2;
--color-4: #f6b531;
--color-5: #e94e77;
}

Whimsical Transformations background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6ccb79, #4b91e2, #f6b531, #e94e77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6ccb79, #4b91e2, #f6b531, #e94e77);
}

Whimsical Transformations color palette created on .