Caramel Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Caramel Sunset palette

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

Caramel Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ff7c6b;
}
.color-2 {
color: #ffaf7a;
}
.color-3 {
color: #ffd48f;
}
.color-4 {
color: #fff9a3;
}
.color-5 {
color: #ff5c7f;
}

/* CSS Variables */
:root {
--color-1: #ff7c6b;
--color-2: #ffaf7a;
--color-3: #ffd48f;
--color-4: #fff9a3;
--color-5: #ff5c7f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7c6b, #ffaf7a, #ffd48f, #fff9a3, #ff5c7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7c6b, #ffaf7a, #ffd48f, #fff9a3, #ff5c7f);
}

Caramel Sunset color palette created on .