Paleta de colores Wild Strawberry Shades
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Wild Strawberry Shades palette
CSS de la paleta de colores Wild Strawberry Shades
/* CSS */
.color-1 {
color: #ff3399;
}
.color-2 {
color: #ff5c9a;
}
.color-3 {
color: #ff85b8;
}
.color-4 {
color: #ffb3d1;
}
.color-5 {
color: #ffcce1;
}
/* CSS Variables */
:root {
--color-1: #ff3399;
--color-2: #ff5c9a;
--color-3: #ff85b8;
--color-4: #ffb3d1;
--color-5: #ffcce1;
}
CSS del degradado de fondo Wild Strawberry Shades
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3399, #ff5c9a, #ff85b8, #ffb3d1, #ffcce1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3399, #ff5c9a, #ff85b8, #ffb3d1, #ffcce1);
}
Paletas de colores similares
Wild Strawberry Shades color palette created on .