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