Pretty Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pretty Blue palette

Share this palette to:

Pretty Blue color palette CSS

/* CSS */
.color-1 {
color: #f8c572;
}
.color-2 {
color: #f9e79f;
}
.color-3 {
color: #a4daa6;
}
.color-4 {
color: #75d7c3;
}
.color-5 {
color: #5faee3;
}

/* CSS Variables */
:root {
--color-1: #f8c572;
--color-2: #f9e79f;
--color-3: #a4daa6;
--color-4: #75d7c3;
--color-5: #5faee3;
}

Pretty Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c572, #f9e79f, #a4daa6, #75d7c3, #5faee3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c572, #f9e79f, #a4daa6, #75d7c3, #5faee3);
}

Pretty Blue color palette created on .