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