Rectangular Radiance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Rectangular Radiance palette

Condividi questa palette a:

tavolozza dei colori Rectangular Radiance CSS

/* CSS */
.color-1 {
color: #f3a582;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #e94957;
}
.color-4 {
color: #b93c48;
}
.color-5 {
color: #682c34;
}

/* CSS Variables */
:root {
--color-1: #f3a582;
--color-2: #f6b83c;
--color-3: #e94957;
--color-4: #b93c48;
--color-5: #682c34;
}

CSS con gradiente di sfondo Rectangular Radiance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a582, #f6b83c, #e94957, #b93c48, #682c34);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a582, #f6b83c, #e94957, #b93c48, #682c34);
}

Rectangular Radiance color palette created on .