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