Regent Street Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Regent Street Breeze palette

Share this palette to:

Regent Street Breeze color palette PNG image

Download regent street breeze color palette PNG image (landscape)
Download regent street breeze color palette PNG image (square)

Regent Street Breeze color palette CSS

/* CSS */
.color-1 {
color: #a8d5e6;
}
.color-2 {
color: #b2e3f5;
}
.color-3 {
color: #f4e1b8;
}
.color-4 {
color: #f9cb9f;
}
.color-5 {
color: #ff6b6b;
}

/* CSS Variables */
:root {
--color-1: #a8d5e6;
--color-2: #b2e3f5;
--color-3: #f4e1b8;
--color-4: #f9cb9f;
--color-5: #ff6b6b;
}

Regent Street Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d5e6, #b2e3f5, #f4e1b8, #f9cb9f, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d5e6, #b2e3f5, #f4e1b8, #f9cb9f, #ff6b6b);
}

Regent Street Breeze color palette created on .