Aquatic Elegance カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Aquatic Elegance palette
Aquatic Elegance カラー パレット PNG 画像
Aquatic Elegance カラーパレット CSS
/* CSS */
.color-1 {
color: #e7e8e9;
}
.color-2 {
color: #aec3d5;
}
.color-3 {
color: #81c2cf;
}
.color-4 {
color: #4fb5b0;
}
.color-5 {
color: #009485;
}
/* CSS Variables */
:root {
--color-1: #e7e8e9;
--color-2: #aec3d5;
--color-3: #81c2cf;
--color-4: #4fb5b0;
--color-5: #009485;
}
Aquatic Elegance の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7e8e9, #aec3d5, #81c2cf, #4fb5b0, #009485);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7e8e9, #aec3d5, #81c2cf, #4fb5b0, #009485);
}
似たようなカラーパレット
Aquatic Elegance color palette created on .