Paleta de colores Dreamy Coastal Breezes
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Dreamy Coastal Breezes palette
CSS de la paleta de colores Dreamy Coastal Breezes
/* CSS */
.color-1 {
color: #fcfcfc;
}
.color-2 {
color: #e3f4fc;
}
.color-3 {
color: #f0e0e6;
}
.color-4 {
color: #cae9fc;
}
.color-5 {
color: #ebccb7;
}
/* CSS Variables */
:root {
--color-1: #fcfcfc;
--color-2: #e3f4fc;
--color-3: #f0e0e6;
--color-4: #cae9fc;
--color-5: #ebccb7;
}
CSS del degradado de fondo Dreamy Coastal Breezes
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfcfc, #e3f4fc, #f0e0e6, #cae9fc, #ebccb7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfcfc, #e3f4fc, #f0e0e6, #cae9fc, #ebccb7);
}
Paletas de colores similares
Dreamy Coastal Breezes color palette created on .