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