Creamy Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Creamy Shades palette

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

Creamy Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #f7e7b6;
}
.color-2 {
color: #d6cda4;
}
.color-3 {
color: #a7baa1;
}
.color-4 {
color: #6d7e8d;
}
.color-5 {
color: #4b4e53;
}

/* CSS Variables */
:root {
--color-1: #f7e7b6;
--color-2: #d6cda4;
--color-3: #a7baa1;
--color-4: #6d7e8d;
--color-5: #4b4e53;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e7b6, #d6cda4, #a7baa1, #6d7e8d, #4b4e53);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e7b6, #d6cda4, #a7baa1, #6d7e8d, #4b4e53);
}

Creamy Shades color palette created on .