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