Paleta de colores Serenity of the Moonlit Onsen
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serenity of the Moonlit Onsen palette
CSS de la paleta de colores Serenity of the Moonlit Onsen
/* CSS */
.color-1 {
color: #a4c8df;
}
.color-2 {
color: #f4d171;
}
.color-3 {
color: #e9b79f;
}
.color-4 {
color: #9e7d67;
}
.color-5 {
color: #5b4b8b;
}
/* CSS Variables */
:root {
--color-1: #a4c8df;
--color-2: #f4d171;
--color-3: #e9b79f;
--color-4: #9e7d67;
--color-5: #5b4b8b;
}
CSS del degradado de fondo Serenity of the Moonlit Onsen
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c8df, #f4d171, #e9b79f, #9e7d67, #5b4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c8df, #f4d171, #e9b79f, #9e7d67, #5b4b8b);
}
Paletas de colores similares
Serenity of the Moonlit Onsen color palette created on .