Celestial Garden Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Celestial Garden palette
tavolozza dei colori Celestial Garden CSS
/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #f9d66c;
}
.color-3 {
color: #7fd959;
}
.color-4 {
color: #38a3e0;
}
.color-5 {
color: #5e4b8b;
}
/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f9d66c;
--color-3: #7fd959;
--color-4: #38a3e0;
--color-5: #5e4b8b;
}
CSS con gradiente di sfondo Celestial Garden
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f9d66c, #7fd959, #38a3e0, #5e4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f9d66c, #7fd959, #38a3e0, #5e4b8b);
}
Tavolozze di colori simili
Celestial Garden color palette created on .