Creamy Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Creamy Shades palette

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

Creamy Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #f6e5d5;
}
.color-2 {
color: #f2d9b5;
}
.color-3 {
color: #e9b58b;
}
.color-4 {
color: #e3a47d;
}
.color-5 {
color: #d7a060;
}

/* CSS Variables */
:root {
--color-1: #f6e5d5;
--color-2: #f2d9b5;
--color-3: #e9b58b;
--color-4: #e3a47d;
--color-5: #d7a060;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e5d5, #f2d9b5, #e9b58b, #e3a47d, #d7a060);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e5d5, #f2d9b5, #e9b58b, #e3a47d, #d7a060);
}

Creamy Shades color palette created on .