Blue Contrast Aesthetic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Contrast Aesthetic palette
Blue Contrast Aesthetic color palette PNG image
Blue Contrast Aesthetic color palette CSS
/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #32cd32;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #a500e0;
}
/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #ff7092;
--color-3: #32cd32;
--color-4: #ffb84d;
--color-5: #a500e0;
}
Blue Contrast Aesthetic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #ff7092, #32cd32, #ffb84d, #a500e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #ff7092, #32cd32, #ffb84d, #a500e0);
}
Similar color palettes
Blue Contrast Aesthetic color palette created on .