Pink and Blue Yukata Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink and Blue Yukata palette

Share this palette to:

Pink and Blue Yukata color palette CSS

/* CSS */
.color-1 {
color: #f2a1a2;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #a9e0d4;
}
.color-4 {
color: #a3c7e0;
}
.color-5 {
color: #610f42;
}

/* CSS Variables */
:root {
--color-1: #f2a1a2;
--color-2: #f1c84b;
--color-3: #a9e0d4;
--color-4: #a3c7e0;
--color-5: #610f42;
}

Pink and Blue Yukata background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1a2, #f1c84b, #a9e0d4, #a3c7e0, #610f42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1a2, #f1c84b, #a9e0d4, #a3c7e0, #610f42);
}

Pink and Blue Yukata color palette created on .