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: #ff9b3d;
}
.color-3 {
color: #ff7b29;
}
.color-4 {
color: #f65b1e;
}
.color-5 {
color: #d1462e;
}

/* CSS Variables */
:root {
--color-1: #ffb657;
--color-2: #ff9b3d;
--color-3: #ff7b29;
--color-4: #f65b1e;
--color-5: #d1462e;
}

Texas Rose Shades の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb657, #ff9b3d, #ff7b29, #f65b1e, #d1462e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb657, #ff9b3d, #ff7b29, #f65b1e, #d1462e);
}

Texas Rose Shades color palette created on .