Soft Sunrise Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Sunrise Serenade palette

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

Soft Sunrise Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a4a2;
}
.color-2 {
color: #f9c59f;
}
.color-3 {
color: #fbe9a7;
}
.color-4 {
color: #e1f5b2;
}
.color-5 {
color: #a7d7e7;
}

/* CSS Variables */
:root {
--color-1: #f6a4a2;
--color-2: #f9c59f;
--color-3: #fbe9a7;
--color-4: #e1f5b2;
--color-5: #a7d7e7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a4a2, #f9c59f, #fbe9a7, #e1f5b2, #a7d7e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a4a2, #f9c59f, #fbe9a7, #e1f5b2, #a7d7e7);
}

Soft Sunrise Serenade color palette created on .