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