Paleta de colores Serenade of Blue Tides
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serenade of Blue Tides palette
CSS de la paleta de colores Serenade of Blue Tides
/* CSS */
.color-1 {
color: #e1e8ef;
}
.color-2 {
color: #a2b5d2;
}
.color-3 {
color: #7691bc;
}
.color-4 {
color: #4774b3;
}
.color-5 {
color: #395f93;
}
/* CSS Variables */
:root {
--color-1: #e1e8ef;
--color-2: #a2b5d2;
--color-3: #7691bc;
--color-4: #4774b3;
--color-5: #395f93;
}
CSS del degradado de fondo Serenade of Blue Tides
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1e8ef, #a2b5d2, #7691bc, #4774b3, #395f93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1e8ef, #a2b5d2, #7691bc, #4774b3, #395f93);
}
Paletas de colores similares
Serenade of Blue Tides color palette created on .