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