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