Blue Bunny Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Bunny palette

Share this palette to:

Blue Bunny color palette CSS

/* CSS */
.color-1 {
color: #2a9cf4;
}
.color-2 {
color: #1e7bbe;
}
.color-3 {
color: #1b5e8d;
}
.color-4 {
color: #f5b400;
}
.color-5 {
color: #ff6d1f;
}

/* CSS Variables */
:root {
--color-1: #2a9cf4;
--color-2: #1e7bbe;
--color-3: #1b5e8d;
--color-4: #f5b400;
--color-5: #ff6d1f;
}

Blue Bunny background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a9cf4, #1e7bbe, #1b5e8d, #f5b400, #ff6d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a9cf4, #1e7bbe, #1b5e8d, #f5b400, #ff6d1f);
}

Blue Bunny color palette created on .