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