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