Shades of Baby Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Baby Blue palette
Shades of Baby Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #9ed5e5;
}
.color-2 {
color: #73b2d9;
}
.color-3 {
color: #4b91e2;
}
.color-4 {
color: #2b7ba6;
}
.color-5 {
color: #1f5c8e;
}
/* CSS Variables */
:root {
--color-1: #9ed5e5;
--color-2: #73b2d9;
--color-3: #4b91e2;
--color-4: #2b7ba6;
--color-5: #1f5c8e;
}
Shades of Baby Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ed5e5, #73b2d9, #4b91e2, #2b7ba6, #1f5c8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ed5e5, #73b2d9, #4b91e2, #2b7ba6, #1f5c8e);
}
似たようなカラーパレット
Shades of Baby Blue color palette created on .