Blue Pink Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Pink Dream palette

Share this palette to:

Blue Pink Dream color palette CSS

/* CSS */
.color-1 {
color: #0096db;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #f1a8a2;
}
.color-4 {
color: #f9b14e;
}
.color-5 {
color: #1a2d6b;
}

/* CSS Variables */
:root {
--color-1: #0096db;
--color-2: #ff7092;
--color-3: #f1a8a2;
--color-4: #f9b14e;
--color-5: #1a2d6b;
}

Blue Pink Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096db, #ff7092, #f1a8a2, #f9b14e, #1a2d6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096db, #ff7092, #f1a8a2, #f9b14e, #1a2d6b);
}

Blue Pink Dream color palette created on .