Polar Regent Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Polar Regent palette

Share this palette to:

Polar Regent color palette PNG image

Download polar regent color palette PNG image (landscape)
Download polar regent color palette PNG image (square)

Polar Regent color palette CSS

/* CSS */
.color-1 {
color: #2a9cf4;
}
.color-2 {
color: #5cc0eb;
}
.color-3 {
color: #8dd6e2;
}
.color-4 {
color: #d5e2e1;
}
.color-5 {
color: #f6f8f7;
}

/* CSS Variables */
:root {
--color-1: #2a9cf4;
--color-2: #5cc0eb;
--color-3: #8dd6e2;
--color-4: #d5e2e1;
--color-5: #f6f8f7;
}

Polar Regent background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a9cf4, #5cc0eb, #8dd6e2, #d5e2e1, #f6f8f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a9cf4, #5cc0eb, #8dd6e2, #d5e2e1, #f6f8f7);
}

Polar Regent color palette created on .