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