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