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