Frosted Ruvi Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Frosted Ruvi palette
Frosted Ruvi color palette CSS
/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #52b3e0;
}
.color-3 {
color: #6ed3e7;
}
.color-4 {
color: #a2e7e0;
}
.color-5 {
color: #f1f8f6;
}
/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #52b3e0;
--color-3: #6ed3e7;
--color-4: #a2e7e0;
--color-5: #f1f8f6;
}
Frosted Ruvi background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #52b3e0, #6ed3e7, #a2e7e0, #f1f8f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #52b3e0, #6ed3e7, #a2e7e0, #f1f8f6);
}
Similar color palettes
Frosted Ruvi color palette created on .