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