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: #a7d8e2;
}
.color-2 {
color: #f5c99e;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #d6a18f;
}
.color-5 {
color: #c46e9c;
}
/* CSS Variables */
:root {
--color-1: #a7d8e2;
--color-2: #f5c99e;
--color-3: #f0a800;
--color-4: #d6a18f;
--color-5: #c46e9c;
}
Shades of Blue and Coral の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d8e2, #f5c99e, #f0a800, #d6a18f, #c46e9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d8e2, #f5c99e, #f0a800, #d6a18f, #c46e9c);
}
似たようなカラーパレット
Shades of Blue and Coral color palette created on .