Sunset Over Strawberry Fields Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Sunset Over Strawberry Fields palette
tavolozza dei colori Sunset Over Strawberry Fields CSS
/* CSS */
.color-1 {
color: #b6c8d8;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e67a00;
}
.color-4 {
color: #db5f00;
}
.color-5 {
color: #9e3f00;
}
/* CSS Variables */
:root {
--color-1: #b6c8d8;
--color-2: #f0a800;
--color-3: #e67a00;
--color-4: #db5f00;
--color-5: #9e3f00;
}
CSS con gradiente di sfondo Sunset Over Strawberry Fields
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8d8, #f0a800, #e67a00, #db5f00, #9e3f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8d8, #f0a800, #e67a00, #db5f00, #9e3f00);
}
Tavolozze di colori simili
Sunset Over Strawberry Fields color palette created on .