Orange Scootaloo カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Scootaloo palette

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

Orange Scootaloo カラーパレット CSS

/* CSS */
.color-1 {
color: #ff8c00;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ff4d5b;
}
.color-4 {
color: #ff94b2;
}
.color-5 {
color: #ffcc66;
}

/* CSS Variables */
:root {
--color-1: #ff8c00;
--color-2: #ff6d2e;
--color-3: #ff4d5b;
--color-4: #ff94b2;
--color-5: #ffcc66;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8c00, #ff6d2e, #ff4d5b, #ff94b2, #ffcc66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8c00, #ff6d2e, #ff4d5b, #ff94b2, #ffcc66);
}

Orange Scootaloo color palette created on .