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