Sky Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sky Blue palette
Sky Blue カラーパレット (PNG) をダウンロード
Sky Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #84c3f0;
}
.color-2 {
color: #5eb3e4;
}
.color-3 {
color: #3a8ccf;
}
.color-4 {
color: #2a7cbb;
}
.color-5 {
color: #1c699c;
}
/* CSS Variables */
:root {
--color-1: #84c3f0;
--color-2: #5eb3e4;
--color-3: #3a8ccf;
--color-4: #2a7cbb;
--color-5: #1c699c;
}
Sky Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #84c3f0, #5eb3e4, #3a8ccf, #2a7cbb, #1c699c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #84c3f0, #5eb3e4, #3a8ccf, #2a7cbb, #1c699c);
}
似たようなカラーパレット
Sky Blue color palette created on .