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