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