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