Orange Screech カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Orange Screech palette
Orange Screech カラーパレット CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9861;
}
.color-3 {
color: #ffb380;
}
.color-4 {
color: #ffdaa3;
}
.color-5 {
color: #f4e2b3;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9861;
--color-3: #ffb380;
--color-4: #ffdaa3;
--color-5: #f4e2b3;
}
Orange Screech の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9861, #ffb380, #ffdaa3, #f4e2b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9861, #ffb380, #ffdaa3, #f4e2b3);
}
似たようなカラーパレット
Orange Screech color palette created on .