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: #f5d45c;
}
.color-3 {
color: #e2a86a;
}
.color-4 {
color: #d88d6f;
}
.color-5 {
color: #a65c59;
}

/* CSS Variables */
:root {
--color-1: #ffb657;
--color-2: #f5d45c;
--color-3: #e2a86a;
--color-4: #d88d6f;
--color-5: #a65c59;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb657, #f5d45c, #e2a86a, #d88d6f, #a65c59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb657, #f5d45c, #e2a86a, #d88d6f, #a65c59);
}

Texas Rose Shades color palette created on .