Blue Pigeon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Pigeon palette

Share this palette to:

Blue Pigeon color palette CSS

/* CSS */
.color-1 {
color: #afc4d4;
}
.color-2 {
color: #a5c6d5;
}
.color-3 {
color: #a1d2e3;
}
.color-4 {
color: #f6a9a2;
}
.color-5 {
color: #f1c6c6;
}

/* CSS Variables */
:root {
--color-1: #afc4d4;
--color-2: #a5c6d5;
--color-3: #a1d2e3;
--color-4: #f6a9a2;
--color-5: #f1c6c6;
}

Blue Pigeon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afc4d4, #a5c6d5, #a1d2e3, #f6a9a2, #f1c6c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afc4d4, #a5c6d5, #a1d2e3, #f6a9a2, #f1c6c6);
}

Blue Pigeon color palette created on .