Blue and Pink Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue and Pink Dream palette
Blue and Pink Dream color palette CSS
/* CSS */
.color-1 {
color: #4dc5e0;
}
.color-2 {
color: #f5a338;
}
.color-3 {
color: #ff7092;
}
.color-4 {
color: #d1a3ff;
}
.color-5 {
color: #6b5b95;
}
/* CSS Variables */
:root {
--color-1: #4dc5e0;
--color-2: #f5a338;
--color-3: #ff7092;
--color-4: #d1a3ff;
--color-5: #6b5b95;
}
Blue and Pink Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4dc5e0, #f5a338, #ff7092, #d1a3ff, #6b5b95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4dc5e0, #f5a338, #ff7092, #d1a3ff, #6b5b95);
}
Similar color palettes
Blue and Pink Dream color palette created on .