Peachy Caitlin Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Caitlin palette

Share this palette to:

Peachy Caitlin color palette CSS

/* CSS */
.color-1 {
color: #ffe48a;
}
.color-2 {
color: #ff9e66;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #d98045;
}
.color-5 {
color: #b67c9a;
}

/* CSS Variables */
:root {
--color-1: #ffe48a;
--color-2: #ff9e66;
--color-3: #ff6e61;
--color-4: #d98045;
--color-5: #b67c9a;
}

Peachy Caitlin background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe48a, #ff9e66, #ff6e61, #d98045, #b67c9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe48a, #ff9e66, #ff6e61, #d98045, #b67c9a);
}

Peachy Caitlin color palette created on .