Serene Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Sunrise palette

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

Serene Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #4cc8b5;
}
.color-2 {
color: #ade1e0;
}
.color-3 {
color: #f5b699;
}
.color-4 {
color: #f7c6a1;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #4cc8b5;
--color-2: #ade1e0;
--color-3: #f5b699;
--color-4: #f7c6a1;
--color-5: #000000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cc8b5, #ade1e0, #f5b699, #f7c6a1, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cc8b5, #ade1e0, #f5b699, #f7c6a1, #000000);
}

Serene Sunrise color palette created on .