Serene Sunset Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Serene Sunset palette
tavolozza dei colori Serene Sunset CSS
/* CSS */
.color-1 {
color: #4d8b9d;
}
.color-2 {
color: #80c2af;
}
.color-3 {
color: #b3e6d5;
}
.color-4 {
color: #f7d9a6;
}
.color-5 {
color: #f76969;
}
/* CSS Variables */
:root {
--color-1: #4d8b9d;
--color-2: #80c2af;
--color-3: #b3e6d5;
--color-4: #f7d9a6;
--color-5: #f76969;
}
CSS con gradiente di sfondo Serene Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d8b9d, #80c2af, #b3e6d5, #f7d9a6, #f76969);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d8b9d, #80c2af, #b3e6d5, #f7d9a6, #f76969);
}
Tavolozze di colori simili
Serene Sunset color palette created on .