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