Paleta de colores Red Ice
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Red Ice palette
CSS de la paleta de colores Red Ice
/* CSS */
.color-1 {
color: #e0f7fa;
}
.color-2 {
color: #b1eaf2;
}
.color-3 {
color: #80deea;
}
.color-4 {
color: #ffccbd;
}
.color-5 {
color: #ff5252;
}
/* CSS Variables */
:root {
--color-1: #e0f7fa;
--color-2: #b1eaf2;
--color-3: #80deea;
--color-4: #ffccbd;
--color-5: #ff5252;
}
CSS del degradado de fondo Red Ice
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0f7fa, #b1eaf2, #80deea, #ffccbd, #ff5252);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0f7fa, #b1eaf2, #80deea, #ffccbd, #ff5252);
}
Paletas de colores similares
Red Ice color palette created on .