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