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