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