Sunlit Serenity Palette Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Sunlit Serenity Palette palette
Image Gallery

tavolozza dei colori Sunlit Serenity Palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e4e1d8;
}
.color-3 {
color: #e2c636;
}
.color-4 {
color: #efaa7b;
}
.color-5 {
color: #a9a9b2;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e4e1d8;
--color-3: #e2c636;
--color-4: #efaa7b;
--color-5: #a9a9b2;
}
CSS con gradiente di sfondo Sunlit Serenity Palette
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e4e1d8, #e2c636, #efaa7b, #a9a9b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e4e1d8, #e2c636, #efaa7b, #a9a9b2);
}
Tavolozze di colori simili
Sunlit Serenity Palette color palette created on .