Blush and Sunlight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blush and Sunlight palette

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

Blush and Sunlight カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f8e7de;
}
.color-3 {
color: #f2ccbb;
}
.color-4 {
color: #fbcb65;
}
.color-5 {
color: #de9196;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f8e7de;
--color-3: #f2ccbb;
--color-4: #fbcb65;
--color-5: #de9196;
}

Blush and Sunlight の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f8e7de, #f2ccbb, #fbcb65, #de9196);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f8e7de, #f2ccbb, #fbcb65, #de9196);
}

Blush and Sunlight color palette created on .