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