Royal Blue and Light Green Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Royal Blue and Light Green Harmony palette
Royal Blue and Light Green Harmony color palette CSS
/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #70d2a1;
}
.color-3 {
color: #a8e6cf;
}
.color-4 {
color: #f0f8ff;
}
.color-5 {
color: #ffcc00;
}
/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #70d2a1;
--color-3: #a8e6cf;
--color-4: #f0f8ff;
--color-5: #ffcc00;
}
Royal Blue and Light Green Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #70d2a1, #a8e6cf, #f0f8ff, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #70d2a1, #a8e6cf, #f0f8ff, #ffcc00);
}
Similar color palettes
Royal Blue and Light Green Harmony color palette created on .