Calming Aqua カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Calming Aqua palette
Calming Aqua カラーパレット CSS
/* CSS */
.color-1 {
color: #a3d5e1;
}
.color-2 {
color: #f2e2a1;
}
.color-3 {
color: #f2b9a1;
}
.color-4 {
color: #f76e6e;
}
.color-5 {
color: #699b6d;
}
/* CSS Variables */
:root {
--color-1: #a3d5e1;
--color-2: #f2e2a1;
--color-3: #f2b9a1;
--color-4: #f76e6e;
--color-5: #699b6d;
}
Calming Aqua の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e1, #f2e2a1, #f2b9a1, #f76e6e, #699b6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e1, #f2e2a1, #f2b9a1, #f76e6e, #699b6d);
}
似たようなカラーパレット
Calming Aqua color palette created on .