Aqua Serenade カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Aqua Serenade palette
Aqua Serenade カラーパレット CSS
/* CSS */
.color-1 {
color: #8bb9f9;
}
.color-2 {
color: #6cc0e4;
}
.color-3 {
color: #4cb8d6;
}
.color-4 {
color: #2ca2af;
}
.color-5 {
color: #1e8e94;
}
/* CSS Variables */
:root {
--color-1: #8bb9f9;
--color-2: #6cc0e4;
--color-3: #4cb8d6;
--color-4: #2ca2af;
--color-5: #1e8e94;
}
Aqua Serenade の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8bb9f9, #6cc0e4, #4cb8d6, #2ca2af, #1e8e94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8bb9f9, #6cc0e4, #4cb8d6, #2ca2af, #1e8e94);
}
似たようなカラーパレット
下にスクロールして300+個のエステティックカラーパレットを探索しましょう
Aqua Serenade color palette created on .