Joceline's Dreamscape Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Joceline's Dreamscape palette
tavolozza dei colori Joceline's Dreamscape CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb85c;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #6cb2e4;
}
.color-5 {
color: #4a4e68;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb85c;
--color-3: #ffd900;
--color-4: #6cb2e4;
--color-5: #4a4e68;
}
CSS con gradiente di sfondo Joceline's Dreamscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb85c, #ffd900, #6cb2e4, #4a4e68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb85c, #ffd900, #6cb2e4, #4a4e68);
}
Tavolozze di colori simili
Joceline's Dreamscape color palette created on .