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