Light Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Light Blue palette
Light Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #fbcb79;
}
.color-3 {
color: #a6d8d4;
}
.color-4 {
color: #6b9fd6;
}
.color-5 {
color: #4c6a94;
}
/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #fbcb79;
--color-3: #a6d8d4;
--color-4: #6b9fd6;
--color-5: #4c6a94;
}
Light Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #fbcb79, #a6d8d4, #6b9fd6, #4c6a94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #fbcb79, #a6d8d4, #6b9fd6, #4c6a94);
}
似たようなカラーパレット
下にスクロールして400+個のブライトカラーパレットを探索しましょう
Light Blue color palette created on .