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