Dreamy Oasis カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dreamy Oasis palette
Dreamy Oasis カラー パレット PNG 画像
Dreamy Oasis カラーパレット CSS
/* CSS */
.color-1 {
color: #a4d7e5;
}
.color-2 {
color: #f4d2a9;
}
.color-3 {
color: #e3b5d8;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #a8e1af;
}
/* CSS Variables */
:root {
--color-1: #a4d7e5;
--color-2: #f4d2a9;
--color-3: #e3b5d8;
--color-4: #f6b83c;
--color-5: #a8e1af;
}
Dreamy Oasis の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d7e5, #f4d2a9, #e3b5d8, #f6b83c, #a8e1af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d7e5, #f4d2a9, #e3b5d8, #f6b83c, #a8e1af);
}
似たようなカラーパレット
Dreamy Oasis color palette created on .