Aqua Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Serenade palette

このパレットを共有する先:

Aqua Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #3c92b4;
}
.color-2 {
color: #5bc2c1;
}
.color-3 {
color: #8be4d2;
}
.color-4 {
color: #f4e1a4;
}
.color-5 {
color: #f7c3a1;
}

/* CSS Variables */
:root {
--color-1: #3c92b4;
--color-2: #5bc2c1;
--color-3: #8be4d2;
--color-4: #f4e1a4;
--color-5: #f7c3a1;
}

Aqua Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c92b4, #5bc2c1, #8be4d2, #f4e1a4, #f7c3a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c92b4, #5bc2c1, #8be4d2, #f4e1a4, #f7c3a1);
}

Aqua Serenade color palette created on .