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