Blue Razzberry Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Razzberry Delight palette
Blue Razzberry Delight color palette CSS
/* CSS */
.color-1 {
color: #0d4b91;
}
.color-2 {
color: #3088d5;
}
.color-3 {
color: #4ebae4;
}
.color-4 {
color: #6be2f5;
}
.color-5 {
color: #a5e8f3;
}
/* CSS Variables */
:root {
--color-1: #0d4b91;
--color-2: #3088d5;
--color-3: #4ebae4;
--color-4: #6be2f5;
--color-5: #a5e8f3;
}
Blue Razzberry Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0d4b91, #3088d5, #4ebae4, #6be2f5, #a5e8f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0d4b91, #3088d5, #4ebae4, #6be2f5, #a5e8f3);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Blue Razzberry Delight color palette created on .