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