Whimsical Jamie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Jamie palette

Share this palette to:

Whimsical Jamie color palette CSS

/* CSS */
.color-1 {
color: #f2b3b1;
}
.color-2 {
color: #f9d648;
}
.color-3 {
color: #9bd4c7;
}
.color-4 {
color: #2e6b50;
}
.color-5 {
color: #5d4e7e;
}

/* CSS Variables */
:root {
--color-1: #f2b3b1;
--color-2: #f9d648;
--color-3: #9bd4c7;
--color-4: #2e6b50;
--color-5: #5d4e7e;
}

Whimsical Jamie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b3b1, #f9d648, #9bd4c7, #2e6b50, #5d4e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b3b1, #f9d648, #9bd4c7, #2e6b50, #5d4e7e);
}

Whimsical Jamie color palette created on .