Red Field Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Red Field palette

Condividi questa palette a:

tavolozza dei colori Red Field CSS

/* CSS */
.color-1 {
color: #ff4938;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #f9aeae;
}
.color-4 {
color: #e7d6d5;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #ff4938;
--color-2: #ff6e61;
--color-3: #f9aeae;
--color-4: #e7d6d5;
--color-5: #ffffff;
}

CSS con gradiente di sfondo Red Field

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4938, #ff6e61, #f9aeae, #e7d6d5, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4938, #ff6e61, #f9aeae, #e7d6d5, #ffffff);
}

Red Field color palette created on .