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