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