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