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