Orange Course カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Course palette

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

Orange Course カラーパレット CSS

/* CSS */
.color-1 {
color: #f9e3b4;
}
.color-2 {
color: #f4a462;
}
.color-3 {
color: #e76e50;
}
.color-4 {
color: #2d3143;
}
.color-5 {
color: #1d202f;
}

/* CSS Variables */
:root {
--color-1: #f9e3b4;
--color-2: #f4a462;
--color-3: #e76e50;
--color-4: #2d3143;
--color-5: #1d202f;
}

Orange Course の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e3b4, #f4a462, #e76e50, #2d3143, #1d202f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e3b4, #f4a462, #e76e50, #2d3143, #1d202f);
}

Orange Course color palette created on .