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