Darcy's Dreamscape カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Darcy's Dreamscape palette
Darcy's Dreamscape カラーパレット CSS
/* CSS */
.color-1 {
color: #f6a2a2;
}
.color-2 {
color: #f9cda4;
}
.color-3 {
color: #f4f6a7;
}
.color-4 {
color: #a1e3d8;
}
.color-5 {
color: #a2c6f6;
}
/* CSS Variables */
:root {
--color-1: #f6a2a2;
--color-2: #f9cda4;
--color-3: #f4f6a7;
--color-4: #a1e3d8;
--color-5: #a2c6f6;
}
Darcy's Dreamscape の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2a2, #f9cda4, #f4f6a7, #a1e3d8, #a2c6f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2a2, #f9cda4, #f4f6a7, #a1e3d8, #a2c6f6);
}
似たようなカラーパレット
下にスクロールして400+個のブライトカラーパレットを探索しましょう
Darcy's Dreamscape color palette created on .