Sakura Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sakura Serenity palette
Sakura Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #f5e9d6;
}
.color-2 {
color: #e3b8a1;
}
.color-3 {
color: #b58c9f;
}
.color-4 {
color: #a19bb0;
}
.color-5 {
color: #7d8cba;
}
/* CSS Variables */
:root {
--color-1: #f5e9d6;
--color-2: #e3b8a1;
--color-3: #b58c9f;
--color-4: #a19bb0;
--color-5: #7d8cba;
}
Sakura Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e9d6, #e3b8a1, #b58c9f, #a19bb0, #7d8cba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e9d6, #e3b8a1, #b58c9f, #a19bb0, #7d8cba);
}
似たようなカラーパレット
Sakura Serenity color palette created on .