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