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