Paleta de colores Refined Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Refined Serenity palette
Imagen PNG de la paleta de colores Refined Serenity
CSS de la paleta de colores Refined Serenity
/* CSS */
.color-1 {
color: #264b69;
}
.color-2 {
color: #3d7385;
}
.color-3 {
color: #588ea7;
}
.color-4 {
color: #86bac1;
}
.color-5 {
color: #a1c5ce;
}
/* CSS Variables */
:root {
--color-1: #264b69;
--color-2: #3d7385;
--color-3: #588ea7;
--color-4: #86bac1;
--color-5: #a1c5ce;
}
CSS del degradado de fondo Refined Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #264b69, #3d7385, #588ea7, #86bac1, #a1c5ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #264b69, #3d7385, #588ea7, #86bac1, #a1c5ce);
}
Paletas de colores similares
Refined Serenity color palette created on .