Paleta de colores Sea Pink Dream
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sea Pink Dream palette
CSS de la paleta de colores Sea Pink Dream
/* CSS */
.color-1 {
color: #ed979d;
}
.color-2 {
color: #f6b1b4;
}
.color-3 {
color: #f4d7d8;
}
.color-4 {
color: #f9e6e9;
}
.color-5 {
color: #f2c5d3;
}
/* CSS Variables */
:root {
--color-1: #ed979d;
--color-2: #f6b1b4;
--color-3: #f4d7d8;
--color-4: #f9e6e9;
--color-5: #f2c5d3;
}
CSS del degradado de fondo Sea Pink Dream
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ed979d, #f6b1b4, #f4d7d8, #f9e6e9, #f2c5d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ed979d, #f6b1b4, #f4d7d8, #f9e6e9, #f2c5d3);
}
Paletas de colores similares
Sea Pink Dream color palette created on .