Serene Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Sunrise palette

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

Serene Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #f9b4a4;
}
.color-2 {
color: #f7d06e;
}
.color-3 {
color: #f1e77e;
}
.color-4 {
color: #a2e2c6;
}
.color-5 {
color: #54b4c9;
}

/* CSS Variables */
:root {
--color-1: #f9b4a4;
--color-2: #f7d06e;
--color-3: #f1e77e;
--color-4: #a2e2c6;
--color-5: #54b4c9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b4a4, #f7d06e, #f1e77e, #a2e2c6, #54b4c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b4a4, #f7d06e, #f1e77e, #a2e2c6, #54b4c9);
}

Serene Sunrise color palette created on .