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