Serendipitous Hues Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Serendipitous Hues palette
tavolozza dei colori Serendipitous Hues CSS
/* CSS */
.color-1 {
color: #799d6c;
}
.color-2 {
color: #a3c69f;
}
.color-3 {
color: #d2e8b0;
}
.color-4 {
color: #f9e8a9;
}
.color-5 {
color: #f0b3b2;
}
/* CSS Variables */
:root {
--color-1: #799d6c;
--color-2: #a3c69f;
--color-3: #d2e8b0;
--color-4: #f9e8a9;
--color-5: #f0b3b2;
}
CSS con gradiente di sfondo Serendipitous Hues
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #799d6c, #a3c69f, #d2e8b0, #f9e8a9, #f0b3b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #799d6c, #a3c69f, #d2e8b0, #f9e8a9, #f0b3b2);
}
Tavolozze di colori simili
Serendipitous Hues color palette created on .