Katherine's Garden Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Katherine's Garden palette
tavolozza dei colori Katherine's Garden CSS
/* CSS */
.color-1 {
color: #f7a7a1;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #e6b800;
}
.color-4 {
color: #da4e4e;
}
.color-5 {
color: #a84d94;
}
/* CSS Variables */
:root {
--color-1: #f7a7a1;
--color-2: #f1c84b;
--color-3: #e6b800;
--color-4: #da4e4e;
--color-5: #a84d94;
}
CSS con gradiente di sfondo Katherine's Garden
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a7a1, #f1c84b, #e6b800, #da4e4e, #a84d94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a7a1, #f1c84b, #e6b800, #da4e4e, #a84d94);
}
Tavolozze di colori simili
Katherine's Garden color palette created on .