Apricot Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Apricot Dreamscape palette

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

Apricot Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #f9cda9;
}
.color-2 {
color: #f2a76e;
}
.color-3 {
color: #e37b3b;
}
.color-4 {
color: #d65e2e;
}
.color-5 {
color: #c8512d;
}

/* CSS Variables */
:root {
--color-1: #f9cda9;
--color-2: #f2a76e;
--color-3: #e37b3b;
--color-4: #d65e2e;
--color-5: #c8512d;
}

Apricot Dreamscape の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9cda9, #f2a76e, #e37b3b, #d65e2e, #c8512d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9cda9, #f2a76e, #e37b3b, #d65e2e, #c8512d);
}

Apricot Dreamscape color palette created on .