Serene Blossom カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Serene Blossom palette
Serene Blossom カラーパレット CSS
/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #6a8faf;
}
.color-3 {
color: #f1a7b4;
}
.color-4 {
color: #d86f90;
}
.color-5 {
color: #b86fa0;
}
/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #6a8faf;
--color-3: #f1a7b4;
--color-4: #d86f90;
--color-5: #b86fa0;
}
Serene Blossom の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #6a8faf, #f1a7b4, #d86f90, #b86fa0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #6a8faf, #f1a7b4, #d86f90, #b86fa0);
}
似たようなカラーパレット
下にスクロールして700+個の青カラーパレットを探索しましょう
Serene Blossom color palette created on .