Samuel カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Samuel palette

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

Samuel カラーパレット CSS

/* CSS */
.color-1 {
color: #edc79b;
}
.color-2 {
color: #e59b71;
}
.color-3 {
color: #d17357;
}
.color-4 {
color: #bb513a;
}
.color-5 {
color: #a3302e;
}

/* CSS Variables */
:root {
--color-1: #edc79b;
--color-2: #e59b71;
--color-3: #d17357;
--color-4: #bb513a;
--color-5: #a3302e;
}

Samuel の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edc79b, #e59b71, #d17357, #bb513a, #a3302e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edc79b, #e59b71, #d17357, #bb513a, #a3302e);
}

Samuel color palette created on .