October カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with October palette

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

October カラーパレット CSS

/* CSS */
.color-1 {
color: #dc8556;
}
.color-2 {
color: #e7a665;
}
.color-3 {
color: #eac580;
}
.color-4 {
color: #efd895;
}
.color-5 {
color: #c98859;
}

/* CSS Variables */
:root {
--color-1: #dc8556;
--color-2: #e7a665;
--color-3: #eac580;
--color-4: #efd895;
--color-5: #c98859;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dc8556, #e7a665, #eac580, #efd895, #c98859);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dc8556, #e7a665, #eac580, #efd895, #c98859);
}

October color palette created on .