Seoul Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Seoul Serenity palette
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;
}
Seoul Serenity の背景のグラデーション CSS
/* 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);
}
似たようなカラーパレット
Seoul Serenity color palette created on .