Rico Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rico palette
Color Inspiration
Images that showcase this color palette in real designs
Download Rico Color Palette (PNG)
Rico color palette CSS
/* CSS */
.color-1 {
color: #3a5e9c;
}
.color-2 {
color: #5ab7e2;
}
.color-3 {
color: #79e2c4;
}
.color-4 {
color: #f7e37e;
}
.color-5 {
color: #f39d39;
}
/* CSS Variables */
:root {
--color-1: #3a5e9c;
--color-2: #5ab7e2;
--color-3: #79e2c4;
--color-4: #f7e37e;
--color-5: #f39d39;
}
Rico background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a5e9c, #5ab7e2, #79e2c4, #f7e37e, #f39d39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a5e9c, #5ab7e2, #79e2c4, #f7e37e, #f39d39);
}
Similar color palettes
Rico color palette created on .