Aqua Lake カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Aqua Lake palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Aqua Lake カラーパレット (PNG) をダウンロード
Aqua Lake カラーパレット CSS
/* CSS */
.color-1 {
color: #51b4e1;
}
.color-2 {
color: #6fd8ba;
}
.color-3 {
color: #9ce7a1;
}
.color-4 {
color: #f8d77c;
}
.color-5 {
color: #f6a2a2;
}
/* CSS Variables */
:root {
--color-1: #51b4e1;
--color-2: #6fd8ba;
--color-3: #9ce7a1;
--color-4: #f8d77c;
--color-5: #f6a2a2;
}
Aqua Lake の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #51b4e1, #6fd8ba, #9ce7a1, #f8d77c, #f6a2a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #51b4e1, #6fd8ba, #9ce7a1, #f8d77c, #f6a2a2);
}
似たようなカラーパレット
Aqua Lake color palette created on .