Sakura Serenity Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Sakura Serenity palette
tavolozza dei colori Sakura Serenity CSS
/* CSS */
.color-1 {
color: #f8e1d3;
}
.color-2 {
color: #d2c6d2;
}
.color-3 {
color: #a4b8da;
}
.color-4 {
color: #699bc3;
}
.color-5 {
color: #4e7fa2;
}
/* CSS Variables */
:root {
--color-1: #f8e1d3;
--color-2: #d2c6d2;
--color-3: #a4b8da;
--color-4: #699bc3;
--color-5: #4e7fa2;
}
CSS con gradiente di sfondo Sakura Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e1d3, #d2c6d2, #a4b8da, #699bc3, #4e7fa2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e1d3, #d2c6d2, #a4b8da, #699bc3, #4e7fa2);
}
Tavolozze di colori simili
Sakura Serenity color palette created on .