Killarney Fresh Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Killarney Fresh palette
Color Inspiration
Images that showcase this color palette in real designs
Download Killarney Fresh Color Palette (PNG)
Killarney Fresh color palette CSS
/* CSS */
.color-1 {
color: #3a6947;
}
.color-2 {
color: #5b8b6a;
}
.color-3 {
color: #8ebf8d;
}
.color-4 {
color: #b9e1b7;
}
.color-5 {
color: #e1f4e9;
}
/* CSS Variables */
:root {
--color-1: #3a6947;
--color-2: #5b8b6a;
--color-3: #8ebf8d;
--color-4: #b9e1b7;
--color-5: #e1f4e9;
}
Killarney Fresh background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a6947, #5b8b6a, #8ebf8d, #b9e1b7, #e1f4e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a6947, #5b8b6a, #8ebf8d, #b9e1b7, #e1f4e9);
}
Similar color palettes
Killarney Fresh color palette created on .