Kyralith Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Kyralith palette
Color Inspiration
Images that showcase this color palette in real designs
Download Kyralith Color Palette (PNG)
Kyralith color palette CSS
/* CSS */
.color-1 {
color: #f0a3a3;
}
.color-2 {
color: #f1b74b;
}
.color-3 {
color: #a2d94a;
}
.color-4 {
color: #51b8e1;
}
.color-5 {
color: #3c7b9a;
}
/* CSS Variables */
:root {
--color-1: #f0a3a3;
--color-2: #f1b74b;
--color-3: #a2d94a;
--color-4: #51b8e1;
--color-5: #3c7b9a;
}
Kyralith background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a3a3, #f1b74b, #a2d94a, #51b8e1, #3c7b9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a3a3, #f1b74b, #a2d94a, #51b8e1, #3c7b9a);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Kyralith color palette created on .