Red Planet Oasis Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Red Planet Oasis palette
tavolozza dei colori Red Planet Oasis CSS
/* CSS */
.color-1 {
color: #c92c41;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #f6e9c1;
}
.color-5 {
color: #5b8b79;
}
/* CSS Variables */
:root {
--color-1: #c92c41;
--color-2: #ff6d1f;
--color-3: #ffb300;
--color-4: #f6e9c1;
--color-5: #5b8b79;
}
CSS con gradiente di sfondo Red Planet Oasis
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c41, #ff6d1f, #ffb300, #f6e9c1, #5b8b79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c41, #ff6d1f, #ffb300, #f6e9c1, #5b8b79);
}
Tavolozze di colori simili
Red Planet Oasis color palette created on .