Creamy Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Creamy Sunset palette

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

Creamy Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f7e9b1;
}
.color-2 {
color: #f4cb9f;
}
.color-3 {
color: #f2b08c;
}
.color-4 {
color: #f39a7c;
}
.color-5 {
color: #f27f6e;
}

/* CSS Variables */
:root {
--color-1: #f7e9b1;
--color-2: #f4cb9f;
--color-3: #f2b08c;
--color-4: #f39a7c;
--color-5: #f27f6e;
}

Creamy Sunset の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e9b1, #f4cb9f, #f2b08c, #f39a7c, #f27f6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e9b1, #f4cb9f, #f2b08c, #f39a7c, #f27f6e);
}

Creamy Sunset color palette created on .