Serene Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Elegance palette

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

Serene Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #a9c8e0;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #b1e0e7;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #a9c8e0;
--color-3: #f1c84b;
--color-4: #ffd900;
--color-5: #b1e0e7;
}

Serene Elegance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #a9c8e0, #f1c84b, #ffd900, #b1e0e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #a9c8e0, #f1c84b, #ffd900, #b1e0e7);
}

Serene Elegance color palette created on .