Whimsical Greetings Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Greetings palette

Share this palette to:

Whimsical Greetings color palette CSS

/* CSS */
.color-1 {
color: #fceb8d;
}
.color-2 {
color: #f9b1ae;
}
.color-3 {
color: #f78da7;
}
.color-4 {
color: #d185b9;
}
.color-5 {
color: #a76c99;
}

/* CSS Variables */
:root {
--color-1: #fceb8d;
--color-2: #f9b1ae;
--color-3: #f78da7;
--color-4: #d185b9;
--color-5: #a76c99;
}

Whimsical Greetings background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fceb8d, #f9b1ae, #f78da7, #d185b9, #a76c99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fceb8d, #f9b1ae, #f78da7, #d185b9, #a76c99);
}

Whimsical Greetings color palette created on .